Package org.wildfly.security.soteria.original
Original files forked from the Soteria project, once Soteria
provides pluggable SPIs these forks will be removed.
-
Class Summary Class Description AuthenticationController Controller for Authentication endpointBasicAuthenticationMechanismDefinitionAnnotationLiteral An annotation literal for@BasicAuthenticationMechanismDefinition.CdiExtension CdiProducer<T> ConfigurationController Build and validate the OpenId Connect client configuration.DatabaseIdentityStoreDefinitionAnnotationLiteral An annotation literal for@DatabaseIdentityStoreDefinition.JWTValidator LdapIdentityStoreDefinitionAnnotationLiteral An annotation literal for@LdapIdentityStoreDefinition.LoginToContinueAnnotationLiteral An annotation literal for@LoginToContinue.OpenIdAuthenticationMechanism The AuthenticationMechanism used to authenticate users using the OpenId Connect protocol
Specification Implemented : http://openid.net/specs/openid-connect-core-1_0.htmlOpenIdContextImpl An injectable interface that provides access to access token, identity token, claims and OpenId Connect provider related information.OpenIdCredential OpenIdIdentityStore Identity store validates the identity token and access token and returns the validation result with the caller name and groups.SamRegistrationInstaller 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.SecurityContextImpl StateController Controller to manage OpenId state parameter value and request being validatedTokenController Controller for Token endpointUserInfoController Controller for Token endpoint