Class AuthenticatorImpl

java.lang.Object
com.swiftmq.impl.mgmt.standard.auth.AuthenticatorImpl
All Implemented Interfaces:
com.swiftmq.mgmt.Authenticator

public class AuthenticatorImpl extends Object implements com.swiftmq.mgmt.Authenticator
  • Constructor Details

  • Method Details

    • roleStrip

      public boolean roleStrip(com.swiftmq.mgmt.Entity entity) throws Exception
      Throws:
      Exception
    • isContextGranted

      public boolean isContextGranted(com.swiftmq.mgmt.Entity entity)
      Specified by:
      isContextGranted in interface com.swiftmq.mgmt.Authenticator
    • isCommandGranted

      public boolean isCommandGranted(com.swiftmq.mgmt.Entity entity, String cmd)
      Specified by:
      isCommandGranted in interface com.swiftmq.mgmt.Authenticator
    • isPropertyGranted

      public boolean isPropertyGranted(com.swiftmq.mgmt.Entity entity, String name)
      Specified by:
      isPropertyGranted in interface com.swiftmq.mgmt.Authenticator
    • isPropertyReadOnly

      public boolean isPropertyReadOnly(com.swiftmq.mgmt.Entity entity, String name)
      Specified by:
      isPropertyReadOnly in interface com.swiftmq.mgmt.Authenticator
    • toString

      public String toString()
      Overrides:
      toString in class Object