Interface GenericSecret.Type
-
- Enclosing class:
- GenericSecret
public static interface GenericSecret.TypeSecret type.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDIGEST_MATCHESdigest_matches.static java.lang.StringINTERNAL_VALIDATIONinternal_validation.static java.lang.StringTOKEN_MATCHEStoken_matches.
-
-
-
Field Detail
-
TOKEN_MATCHES
static final java.lang.String TOKEN_MATCHES
token_matches.- See Also:
- Constant Field Values
-
DIGEST_MATCHES
static final java.lang.String DIGEST_MATCHES
digest_matches.- See Also:
- Constant Field Values
-
INTERNAL_VALIDATION
static final java.lang.String INTERNAL_VALIDATION
internal_validation.- See Also:
- Constant Field Values
-
-