public final class AuthnContextDeclPrincipal extends Object implements CloneablePrincipal
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.saml.saml2.core.AuthnContextDecl |
authnContextDecl
The declaration.
|
private String |
name
Serialized form of declaration.
|
| Constructor and Description |
|---|
AuthnContextDeclPrincipal(org.opensaml.saml.saml2.core.AuthnContextDecl decl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AuthnContextDeclPrincipal |
clone() |
boolean |
equals(Object other) |
org.opensaml.saml.saml2.core.AuthnContextDecl |
getAuthnContextDecl()
Returns the value as a SAML
AuthnContextDecl. |
String |
getName() |
int |
hashCode() |
String |
toString() |
@Nonnull private org.opensaml.saml.saml2.core.AuthnContextDecl authnContextDecl
public AuthnContextDeclPrincipal(@Nonnull org.opensaml.saml.saml2.core.AuthnContextDecl decl) throws org.opensaml.core.xml.io.MarshallingException
decl - the declarationorg.opensaml.core.xml.io.MarshallingException - if an error occurs marshalling the declaration into string form@Nonnull public org.opensaml.saml.saml2.core.AuthnContextDecl getAuthnContextDecl()
AuthnContextDecl.AuthnContextDeclpublic int hashCode()
public boolean equals(Object other)
public String toString()
public AuthnContextDeclPrincipal clone() throws CloneNotSupportedException
clone in interface CloneablePrincipalclone in class ObjectCloneNotSupportedExceptionCopyright © 1999–2015. All rights reserved.