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