Credential
represents the credential the caller will use to authenticate.
Modifier and Type | Method and Description |
---|---|
public default void | |
public default boolean | Returns: true if the credential has been cleared, otherwise false.Determines whether the credential value has been securely cleared. |
public default boolean |
clear | back to summary |
---|---|
public default void clear() Clears the credential. For example, if the credential includes a password, this method would overwrite the password value. |
isCleared | back to summary |
---|---|
public default boolean isCleared() Determines whether the credential value has been securely cleared.
|
isValid | back to summary |
---|---|
public default boolean isValid() Determines whether the credential is valid. This would be called as part of the credential validation process to check the integrity of the credential, such as a signature check. This check would be self-contained, not requiring identity store access.
|