Package org.frankframework.core
Class SpringSecurityHandler
java.lang.Object
org.frankframework.core.SpringSecurityHandler
- All Implemented Interfaces:
ISecurityHandler
ISecurityHandler implementation that uses Spring Security's SecurityContextHolder to retrieve the user information. Since the application is fully
based on spring and spring security, the SecurityContextHolder should always be filled for urls where security is enabled.
- Author:
- evandongen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpringSecurityHandler
public SpringSecurityHandler()
-
-
Method Details
-
isUserInRole
- Specified by:
isUserInRole
in interfaceISecurityHandler
- Throws:
org.apache.commons.lang3.NotImplementedException
-
getPrincipal
- Specified by:
getPrincipal
in interfaceISecurityHandler
- Throws:
org.apache.commons.lang3.NotImplementedException
-