Package | Description |
---|---|
org.springframework.security.authentication.jaas |
An authentication provider for JAAS.
|
Class and Description |
---|
AbstractJaasAuthenticationProvider
An
AuthenticationProvider implementation that retrieves user details from a JAAS login configuration. |
AuthorityGranter
The AuthorityGranter interface is used to map a given principal to role names.
|
JaasAuthenticationCallbackHandler
The JaasAuthenticationCallbackHandler is similar to the
javax.security.auth.callback.CallbackHandler interface in that it defines a
handle method.
|
LoginExceptionResolver
The JaasAuthenticationProvider takes an instance of LoginExceptionResolver
to resolve LoginModule specific exceptions to Spring Security AuthenticationExceptions.
|
Copyright © 2019. All rights reserved.