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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSecurityManager(SecurityManager securityManager)
Set the object security manager.
-
-
-
Method Detail
-
setSecurityManager
void setSecurityManager(SecurityManager securityManager)
Set the object security manager.- Parameters:
securityManager
- the Security Manager
-
-