public class BasicAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
identityService |
protected org.flowable.idm.api.IdmIdentityService |
idmIdentityService |
protected boolean |
verifyRestApiPrivilege |
| Constructor and Description |
|---|
BasicAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
isVerifyRestApiPrivilege() |
void |
setVerifyRestApiPrivilege(boolean verifyRestApiPrivilege) |
boolean |
supports(Class<?> authentication) |
@Autowired protected IdentityService identityService
@Autowired protected org.flowable.idm.api.IdmIdentityService idmIdentityService
protected boolean verifyRestApiPrivilege
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
throws org.springframework.security.core.AuthenticationException
authenticate in interface org.springframework.security.authentication.AuthenticationProviderorg.springframework.security.core.AuthenticationExceptionpublic boolean supports(Class<?> authentication)
supports in interface org.springframework.security.authentication.AuthenticationProviderpublic boolean isVerifyRestApiPrivilege()
public void setVerifyRestApiPrivilege(boolean verifyRestApiPrivilege)
Copyright © 2018 Flowable. All rights reserved.