Class WebAuthnUserIdPrinicpal
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.principal.WebAuthnUserIdPrinicpal
- All Implemented Interfaces:
Cloneable,Principal,CloneablePrincipal
Principal based on the WebAuthn user.id base64 encoded.
-
Field Details
-
userIdBase64Encoded
The username.
-
-
Constructor Details
-
WebAuthnUserIdPrinicpal
Constructor.- Parameters:
id- the user.id as raw bytes
-
WebAuthnUserIdPrinicpal
Constructor.- Parameters:
idBase64- the user.id base64 encoded
-
-
Method Details
-
getName
-
hashCode
public int hashCode() -
equals
-
toString
-
clone
- Specified by:
clonein interfaceCloneablePrincipal- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-