Class AuthenticatorImpl
java.lang.Object
com.swiftmq.impl.mgmt.standard.auth.AuthenticatorImpl
- All Implemented Interfaces:
com.swiftmq.mgmt.Authenticator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisCommandGranted(com.swiftmq.mgmt.Entity entity, String cmd) booleanisContextGranted(com.swiftmq.mgmt.Entity entity) booleanisPropertyGranted(com.swiftmq.mgmt.Entity entity, String name) booleanisPropertyReadOnly(com.swiftmq.mgmt.Entity entity, String name) booleanroleStrip(com.swiftmq.mgmt.Entity entity) toString()
-
Constructor Details
-
AuthenticatorImpl
-
-
Method Details
-
roleStrip
-
isContextGranted
public boolean isContextGranted(com.swiftmq.mgmt.Entity entity) - Specified by:
isContextGrantedin interfacecom.swiftmq.mgmt.Authenticator
-
isCommandGranted
- Specified by:
isCommandGrantedin interfacecom.swiftmq.mgmt.Authenticator
-
isPropertyGranted
- Specified by:
isPropertyGrantedin interfacecom.swiftmq.mgmt.Authenticator
-
isPropertyReadOnly
- Specified by:
isPropertyReadOnlyin interfacecom.swiftmq.mgmt.Authenticator
-
toString
-