public final class AuthnContextDeclRefPrincipal extends Object implements CloneablePrincipal
| Modifier and Type | Field and Description |
|---|---|
private String |
authnContextDeclRef
The decl ref.
|
| Constructor and Description |
|---|
AuthnContextDeclRefPrincipal(String declRef)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AuthnContextDeclRefPrincipal |
clone() |
boolean |
equals(Object other) |
AuthnContextDeclRef |
getAuthnContextDeclRef()
Returns the value as a SAML
AuthnContextDeclRef. |
String |
getName() |
int |
hashCode() |
String |
toString() |
public AuthnContextDeclRefPrincipal(@Nonnull@NotEmpty@ParameterName(name="declRef") String declRef)
declRef - the decl ref URI@Nonnull public AuthnContextDeclRef getAuthnContextDeclRef()
AuthnContextDeclRef.AuthnContextDeclRefpublic int hashCode()
public boolean equals(Object other)
public String toString()
public AuthnContextDeclRefPrincipal clone() throws CloneNotSupportedException
clone in interface CloneablePrincipalclone in class ObjectCloneNotSupportedExceptionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.