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 Type
    Method
    Description
    void
    Set the object security manager.
  • Method Details

    • setSecurityManager

      void setSecurityManager(SecurityManager securityManager)
      Set the object security manager.
      Parameters:
      securityManager - the Security Manager