public class NameIDPrincipal extends Object implements CloneablePrincipal
NameID.| Modifier and Type | Field and Description |
|---|---|
private String |
name
Serialized form of NameID .
|
private org.opensaml.saml.saml2.core.NameID |
nameID
The NameID.
|
| Constructor and Description |
|---|
NameIDPrincipal(org.opensaml.saml.saml2.core.NameID theNameID)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NameIDPrincipal |
clone() |
boolean |
equals(Object other) |
String |
getName() |
org.opensaml.saml.saml2.core.NameID |
getNameID()
Get the
NameID. |
int |
hashCode() |
@Nonnull private org.opensaml.saml.saml2.core.NameID nameID
public NameIDPrincipal(@Nonnull org.opensaml.saml.saml2.core.NameID theNameID)
theNameID - the NameID which is wrapped.@Nonnull public org.opensaml.saml.saml2.core.NameID getNameID()
NameID.public int hashCode()
public boolean equals(Object other)
public NameIDPrincipal clone() throws CloneNotSupportedException
clone in interface CloneablePrincipalclone in class ObjectCloneNotSupportedExceptionCopyright © 1999–2015. All rights reserved.