public final class AuthnContextDeclPrincipal extends Object implements CloneablePrincipal
| Modifier and Type | Field and Description |
|---|---|
private AuthnContextDecl |
authnContextDecl
The declaration.
|
private String |
name
Serialized form of declaration.
|
| Constructor and Description |
|---|
AuthnContextDeclPrincipal(AuthnContextDecl decl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AuthnContextDeclPrincipal |
clone() |
boolean |
equals(Object other) |
AuthnContextDecl |
getAuthnContextDecl()
Returns the value as a SAML
AuthnContextDecl. |
String |
getName() |
int |
hashCode() |
String |
toString() |
@Nonnull private AuthnContextDecl authnContextDecl
public AuthnContextDeclPrincipal(@Nonnull@ParameterName(name="decl") AuthnContextDecl decl) throws MarshallingException
decl - the declarationMarshallingException - if an error occurs marshalling the declaration into string form@Nonnull public 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–2018 Shibboleth Consortium. All rights reserved.