Interface Authenticators
-
public interface AuthenticatorsThis isAuthenticators.- Since:
- 5.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCAS_OAUTH_CLIENTGeneric oauth clients.static java.lang.StringCAS_OAUTH_CLIENT_ACCESS_TOKEN_AUTHNOAuth authn for access token authn.static java.lang.StringCAS_OAUTH_CLIENT_BASIC_AUTHNOAuth authn for basic authn.static java.lang.StringCAS_OAUTH_CLIENT_BASIC_PROOF_KEY_CODE_EXCHANGE_AUTHNOAuth authn for PKCE with basic authn.static java.lang.StringCAS_OAUTH_CLIENT_DIRECT_FORMOAuth authn for client id and secret.static java.lang.StringCAS_OAUTH_CLIENT_DIRECT_FORM_PROOF_KEY_CODE_EXCHANGE_AUTHNOAuth authn for PKCE with clientid and secret.static java.lang.StringCAS_OAUTH_CLIENT_FORM_REFRESH_TOKEN_AUTHNOAuth authn for refresh token authn for public clients.static java.lang.StringCAS_OAUTH_CLIENT_USER_FORMOAuth authn for username/password.
-
-
-
Field Detail
-
CAS_OAUTH_CLIENT
static final java.lang.String CAS_OAUTH_CLIENT
Generic oauth clients.- See Also:
- Constant Field Values
-
CAS_OAUTH_CLIENT_BASIC_AUTHN
static final java.lang.String CAS_OAUTH_CLIENT_BASIC_AUTHN
OAuth authn for basic authn.- See Also:
- Constant Field Values
-
CAS_OAUTH_CLIENT_ACCESS_TOKEN_AUTHN
static final java.lang.String CAS_OAUTH_CLIENT_ACCESS_TOKEN_AUTHN
OAuth authn for access token authn.- See Also:
- Constant Field Values
-
CAS_OAUTH_CLIENT_FORM_REFRESH_TOKEN_AUTHN
static final java.lang.String CAS_OAUTH_CLIENT_FORM_REFRESH_TOKEN_AUTHN
OAuth authn for refresh token authn for public clients.- See Also:
- Constant Field Values
-
CAS_OAUTH_CLIENT_DIRECT_FORM
static final java.lang.String CAS_OAUTH_CLIENT_DIRECT_FORM
OAuth authn for client id and secret.- See Also:
- Constant Field Values
-
CAS_OAUTH_CLIENT_USER_FORM
static final java.lang.String CAS_OAUTH_CLIENT_USER_FORM
OAuth authn for username/password.- See Also:
- Constant Field Values
-
CAS_OAUTH_CLIENT_DIRECT_FORM_PROOF_KEY_CODE_EXCHANGE_AUTHN
static final java.lang.String CAS_OAUTH_CLIENT_DIRECT_FORM_PROOF_KEY_CODE_EXCHANGE_AUTHN
OAuth authn for PKCE with clientid and secret.- See Also:
- Constant Field Values
-
CAS_OAUTH_CLIENT_BASIC_PROOF_KEY_CODE_EXCHANGE_AUTHN
static final java.lang.String CAS_OAUTH_CLIENT_BASIC_PROOF_KEY_CODE_EXCHANGE_AUTHN
OAuth authn for PKCE with basic authn.- See Also:
- Constant Field Values
-
-