Package org.flowable.ui.common.security
Class RemoteIdmAuthenticationProvider
- java.lang.Object
-
- org.flowable.ui.common.security.RemoteIdmAuthenticationProvider
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
public class RemoteIdmAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected RemoteIdmServiceremoteIdmService
-
Constructor Summary
Constructors Constructor Description RemoteIdmAuthenticationProvider(RemoteIdmService remoteIdmService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication)booleansupports(Class<?> authentication)
-
-
-
Field Detail
-
remoteIdmService
protected final RemoteIdmService remoteIdmService
-
-
Constructor Detail
-
RemoteIdmAuthenticationProvider
public RemoteIdmAuthenticationProvider(RemoteIdmService remoteIdmService)
-
-
Method Detail
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException- Specified by:
authenticatein interfaceorg.springframework.security.authentication.AuthenticationProvider- Throws:
org.springframework.security.core.AuthenticationException
-
supports
public boolean supports(Class<?> authentication)
- Specified by:
supportsin interfaceorg.springframework.security.authentication.AuthenticationProvider
-
-