public interface Credential
Credential represents the credential the caller will use to authenticate.| Modifier and Type | Method and Description |
|---|---|
default void |
clear()
Clears the credential.
|
default boolean |
isCleared()
Determines whether the credential value has been securely cleared.
|
default boolean |
isValid()
Determines whether the credential is valid.
|
default boolean isCleared()
true if the credential has been cleared, otherwise false.default void clear()
default boolean isValid()
true if credential has integrity.Comments to: es-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.