public class NameIdentifierPrincipal extends Object implements CloneablePrincipal
NameIdentifier.| Modifier and Type | Field and Description |
|---|---|
private String |
name
Serialized form of nameIdenitifier .
|
private NameIdentifier |
nameIdentifier
The NameIdentifier.
|
| Constructor and Description |
|---|
NameIdentifierPrincipal(NameIdentifier theNameIdentifier)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NameIdentifierPrincipal |
clone() |
boolean |
equals(Object other) |
String |
getName() |
NameIdentifier |
getNameIdentifier()
Get the
NameIdentifier. |
int |
hashCode() |
@Nonnull private NameIdentifier nameIdentifier
public NameIdentifierPrincipal(@Nonnull@ParameterName(name="theNameIdentifier") NameIdentifier theNameIdentifier)
theNameIdentifier - the NameIdentifier which is wrapped.@Nonnull public NameIdentifier getNameIdentifier()
NameIdentifier.public int hashCode()
public boolean equals(Object other)
public NameIdentifierPrincipal clone() throws CloneNotSupportedException
clone in interface CloneablePrincipalclone in class ObjectCloneNotSupportedExceptionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.