@Component(value="cuba_TrustedClientAuthenticationProvider") public class TrustedClientAuthenticationProvider extends AbstractAuthenticationProvider implements org.springframework.core.Ordered
Modifier and Type | Field and Description |
---|---|
protected TrustedLoginHandler |
trustedLoginHandler |
protected java.util.List<UserAccessChecker> |
userAccessCheckers |
protected UserSessionManager |
userSessionManager |
messages, MSG_PACK, persistence
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
HIGHEST_PLATFORM_PRECEDENCE, LOWEST_PLATFORM_PRECEDENCE
Constructor and Description |
---|
TrustedClientAuthenticationProvider(Persistence persistence,
Messages messages) |
Modifier and Type | Method and Description |
---|---|
AuthenticationDetails |
authenticate(Credentials credentials)
Authenticates a user and provides authentication details.
|
protected void |
checkUserAccess(Credentials loginAndPassword,
AuthenticationDetails authenticationDetails) |
protected UserSession |
createSession(TrustedClientCredentials credentials,
User user,
java.util.Locale userLocale) |
int |
getOrder() |
boolean |
supports(java.lang.Class<?> credentialsClass)
Checks if this provider supports passed credentials class or not.
|
getInvalidCredentialsMessage, getUserLocale, loadUser, setClientSessionParams
@Inject protected java.util.List<UserAccessChecker> userAccessCheckers
@Inject protected UserSessionManager userSessionManager
@Inject protected TrustedLoginHandler trustedLoginHandler
@Inject public TrustedClientAuthenticationProvider(Persistence persistence, Messages messages)
public AuthenticationDetails authenticate(Credentials credentials) throws LoginException
AuthenticationProvider
authenticate
in interface AuthenticationProvider
credentials
- credentialsLoginException
- if authentication failsprotected UserSession createSession(TrustedClientCredentials credentials, User user, java.util.Locale userLocale) throws LoginException
LoginException
protected void checkUserAccess(Credentials loginAndPassword, AuthenticationDetails authenticationDetails) throws LoginException
LoginException
public boolean supports(java.lang.Class<?> credentialsClass)
AuthenticationProvider
supports
in interface AuthenticationProvider
credentialsClass
- credentials classCredentials
object.public int getOrder()
getOrder
in interface org.springframework.core.Ordered