Interface Authenticators
public interface Authenticators
This is
Authenticators.- Since:
- 5.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGeneric oauth clients.static final StringOAuth authn for access token authn.static final StringOAuth authn for basic authn.static final StringOAuth authn for PKCE with basic authn.static final StringOAuth authn for client id and secret.static final StringOAuth authn for PKCE with clientid and secret.static final StringDPoP authenticator for proof of posession.static final StringOAuth authn for dynamic registration authn in protected mode..static final StringOAuth authn for refresh token authn for public clients.static final StringOAuth authn for username/password.static final StringOAuth authn for access token authn.
-
Field Details
-
CAS_OAUTH_CLIENT
Generic oauth clients.- See Also:
-
CAS_OAUTH_CLIENT_BASIC_AUTHN
OAuth authn for basic authn.- See Also:
-
CAS_OAUTH_CLIENT_ACCESS_TOKEN_AUTHN
OAuth authn for access token authn.- See Also:
-
CAS_OAUTH_CLIENT_X509_CERTIFICATE_AUTHN
OAuth authn for access token authn.- See Also:
-
CAS_OAUTH_CLIENT_DYNAMIC_REGISTRATION_AUTHN
OAuth authn for dynamic registration authn in protected mode..- See Also:
-
CAS_OAUTH_CLIENT_DPOP_AUTHN
DPoP authenticator for proof of posession.- See Also:
-
CAS_OAUTH_CLIENT_FORM_REFRESH_TOKEN_AUTHN
OAuth authn for refresh token authn for public clients.- See Also:
-
CAS_OAUTH_CLIENT_DIRECT_FORM
OAuth authn for client id and secret.- See Also:
-
CAS_OAUTH_CLIENT_USER_FORM
OAuth authn for username/password.- See Also:
-
CAS_OAUTH_CLIENT_DIRECT_FORM_PROOF_KEY_CODE_EXCHANGE_AUTHN
OAuth authn for PKCE with clientid and secret.- See Also:
-
CAS_OAUTH_CLIENT_BASIC_PROOF_KEY_CODE_EXCHANGE_AUTHN
OAuth authn for PKCE with basic authn.- See Also:
-