All Classes and Interfaces
Classes
Class
Description
Controller for Authentication endpoint
An annotation literal for
@BasicAuthenticationMechanismDefinition.Build and validate the OpenId Connect client configuration.
An annotation literal for
@DatabaseIdentityStoreDefinition.An annotation literal for
@FormAuthenticationMechanismDefinition.An annotation literal for
@LdapIdentityStoreDefinition.An annotation literal for
@LoginToContinue.The AuthenticationMechanism used to authenticate users using the OpenId
Connect protocol
Specification Implemented : http://openid.net/specs/openid-connect-core-1_0.html
Specification Implemented : http://openid.net/specs/openid-connect-core-1_0.html
An injectable interface that provides access to access token, identity token,
claims and OpenId Connect provider related information.
Identity store validates the identity token and access token and returns the validation result with the caller name and
groups.
If an HttpAuthenticationMechanism implementation has been found on the classpath, this initializer installs a bridge SAM that
delegates the validateRequest, secureResponse and cleanSubject methods from the SAM to the HttpAuthenticationMechanism.
Controller to manage OpenId state parameter value and request being validated
Controller for Token endpoint
Controller for Token endpoint