Class AuthenticatorImpl

java.lang.Object
com.swiftmq.impl.mgmt.standard.auth.AuthenticatorImpl

public class AuthenticatorImpl extends Object
  • Constructor Details

  • Method Details

    • roleStrip

      public boolean roleStrip(Entity entity) throws Exception
      Throws:
      Exception
    • isContextGranted

      public boolean isContextGranted(Entity entity)
    • isCommandGranted

      public boolean isCommandGranted(Entity entity, String cmd)
    • isPropertyGranted

      public boolean isPropertyGranted(Entity entity, String name)
    • isPropertyReadOnly

      public boolean isPropertyReadOnly(Entity entity, String name)
    • toString

      public String toString()
      Overrides:
      toString in class Object