Class SecurityManagerSupport

java.lang.Object
org.springframework.geode.security.support.SecurityManagerSupport
All Implemented Interfaces:
org.apache.geode.security.SecurityManager

public abstract class SecurityManagerSupport extends Object implements org.apache.geode.security.SecurityManager
SecurityManagerSupport is an abstract base class implementing Apache Geode's SecurityManager interface, providing default implementations of the SecurityManager auth methods.
Since:
1.0.0
See Also:
  • SecurityManager
  • Field Details

    • DEFAULT_AUTHORIZATION

      protected static final boolean DEFAULT_AUTHORIZATION
      See Also:
  • Constructor Details

    • SecurityManagerSupport

      public SecurityManagerSupport()
  • Method Details

    • init

      public void init(Properties securityProperties)
      Specified by:
      init in interface org.apache.geode.security.SecurityManager
    • authenticate

      public Object authenticate(Properties credentials) throws org.apache.geode.security.AuthenticationFailedException
      Specified by:
      authenticate in interface org.apache.geode.security.SecurityManager
      Throws:
      org.apache.geode.security.AuthenticationFailedException
    • authorize

      public boolean authorize(Object principal, org.apache.geode.security.ResourcePermission permission)
      Specified by:
      authorize in interface org.apache.geode.security.SecurityManager
    • close

      public void close()
      Specified by:
      close in interface org.apache.geode.security.SecurityManager