Package com.aquima.web.security
Class SpringAuthorisationManager
- java.lang.Object
-
- com.aquima.web.security.SpringAuthorisationManager
-
- All Implemented Interfaces:
com.blueriq.component.api.security.IAuthorisationManager
public class SpringAuthorisationManager extends Object implements com.blueriq.component.api.security.IAuthorisationManager
Authorisation manager that uses Spring for the authorisation.Important: There must be a AuthenticationManager bean with the id 'authenticationManager'
- Since:
- 8.0
- Author:
- Danny Roest
-
-
Constructor Summary
Constructors Constructor Description SpringAuthorisationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearAuthorisation()
void
createAnonymousUser()
String
getOnFlowAccessExceptionUrl()
com.aquima.interactions.project.IUserData
getUserData()
-
-
-
Method Detail
-
getUserData
public com.aquima.interactions.project.IUserData getUserData()
- Specified by:
getUserData
in interfacecom.blueriq.component.api.security.IAuthorisationManager
-
createAnonymousUser
public void createAnonymousUser()
- Specified by:
createAnonymousUser
in interfacecom.blueriq.component.api.security.IAuthorisationManager
-
clearAuthorisation
public void clearAuthorisation()
- Specified by:
clearAuthorisation
in interfacecom.blueriq.component.api.security.IAuthorisationManager
-
getOnFlowAccessExceptionUrl
public String getOnFlowAccessExceptionUrl()
- Specified by:
getOnFlowAccessExceptionUrl
in interfacecom.blueriq.component.api.security.IAuthorisationManager
-
-