Class AuthenticationMethodPrincipal
java.lang.Object
net.shibboleth.idp.saml.authn.principal.AuthenticationMethodPrincipal
- All Implemented Interfaces:
Cloneable,Principal,CloneablePrincipal
Principal based on a SAML 1.x AuthenticationMethod.
-
Field Details
-
authnMethod
The method.
-
-
Constructor Details
-
AuthenticationMethodPrincipal
public AuthenticationMethodPrincipal(@Nonnull @NotEmpty @ParameterName(name="method") String method) Constructor.- Parameters:
method- the method URI
-
-
Method Details
-
getName
-
hashCode
public int hashCode() -
equals
-
toString
-
clone
Creates and returns a copy of this object.- Specified by:
clonein interfaceCloneablePrincipal- Overrides:
clonein classObject- Returns:
- a clone of this instance.
- Throws:
CloneNotSupportedException- if the instance cannot be cloned.- See Also:
-