Package org.flowable.rest.security
Class BasicAuthenticationProvider
java.lang.Object
org.flowable.rest.security.BasicAuthenticationProvider
- All Implemented Interfaces:
AuthenticationProvider
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IdentityService
protected IdmIdentityService
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(Authentication authentication) boolean
void
setVerifyRestApiPrivilege
(boolean verifyRestApiPrivilege) boolean
-
Field Details
-
identityService
-
idmIdentityService
-
verifyRestApiPrivilege
protected boolean verifyRestApiPrivilege
-
-
Constructor Details
-
BasicAuthenticationProvider
public BasicAuthenticationProvider()
-
-
Method Details
-
authenticate
- Specified by:
authenticate
in interfaceAuthenticationProvider
- Throws:
AuthenticationException
-
supports
- Specified by:
supports
in interfaceAuthenticationProvider
-
isVerifyRestApiPrivilege
public boolean isVerifyRestApiPrivilege() -
setVerifyRestApiPrivilege
public void setVerifyRestApiPrivilege(boolean verifyRestApiPrivilege)
-