Interface CloneablePrincipal
- All Known Implementing Classes:
AuthenticationMethodPrincipal,AuthnContextClassRefPrincipal,AuthnContextDeclPrincipal,AuthnContextDeclRefPrincipal,HOTPPrincipal,NameIdentifierPrincipal,NameIDPrincipal,PasswordPrincipal,TOTPPrincipal,UsernamePrincipal
Principal that can be cloned without knowledge of the underlying type.
-
Method Summary
-
Method Details
-
clone
Creates and returns a copy of this object.- Returns:
- a clone of this instance.
- Throws:
CloneNotSupportedException- if the instance cannot be cloned.- See Also:
-