Package com.avoka.fc.core.security
Interface ISecurityManagerAware
public interface ISecurityManagerAware
Provides an interface for authentication providers which are aware of their SecurityManager.
- Since:
- 3.5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSecurityManager
(SecurityManager securityManager) Set the object security manager.
-
Method Details
-
setSecurityManager
Set the object security manager.- Parameters:
securityManager
- the Security Manager
-