Uses of Class
org.apache.activemq.artemis.core.security.CheckType
-
-
Uses of CheckType in org.apache.activemq.artemis.core.security
Methods in org.apache.activemq.artemis.core.security that return CheckType Modifier and Type Method Description static CheckTypeCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckType[]CheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.security with parameters of type CheckType Modifier and Type Method Description voidSecurityStore. check(SimpleString address, SimpleString queue, CheckType checkType, SecurityAuth session)voidSecurityStore. check(SimpleString address, CheckType checkType, SecurityAuth session) -
Uses of CheckType in org.apache.activemq.artemis.core.security.impl
Methods in org.apache.activemq.artemis.core.security.impl with parameters of type CheckType Modifier and Type Method Description voidSecurityStoreImpl. check(SimpleString address, SimpleString queue, CheckType checkType, SecurityAuth session)voidSecurityStoreImpl. check(SimpleString address, CheckType checkType, SecurityAuth session) -
Uses of CheckType in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type CheckType Modifier and Type Method Description ActiveMQSecurityExceptionActiveMQMessageBundle_impl. userNoPermissions(String username, CheckType checkType, SimpleString address)ActiveMQSecurityExceptionActiveMQMessageBundle. userNoPermissions(String username, CheckType checkType, SimpleString address)ActiveMQSecurityExceptionActiveMQMessageBundle_impl. userNoPermissionsQueue(String username, CheckType checkType, SimpleString queue, SimpleString address)ActiveMQSecurityExceptionActiveMQMessageBundle. userNoPermissionsQueue(String username, CheckType checkType, SimpleString queue, SimpleString address) -
Uses of CheckType in org.apache.activemq.artemis.spi.core.security
Methods in org.apache.activemq.artemis.spi.core.security with parameters of type CheckType Modifier and Type Method Description booleanActiveMQBasicSecurityManager. authorize(Subject subject, Set<Role> roles, CheckType checkType, String address)booleanActiveMQJAASSecurityManager. authorize(Subject subject, Set<Role> roles, CheckType checkType, String address)booleanActiveMQSecurityManager5. authorize(Subject subject, Set<Role> roles, CheckType checkType, String address)Determine whether the given user has the correct role for the given check type.booleanActiveMQBasicSecurityManager. validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType)booleanActiveMQJAASSecurityManager. validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType)booleanActiveMQSecurityManager. validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType)is this a valid user and do they have the correct rolebooleanActiveMQSecurityManager2. validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType, String address, RemotingConnection connection)Determine whether the given user is valid and whether they have the correct role for the given destination address.StringActiveMQSecurityManager3. validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType, String address, RemotingConnection remotingConnection)Determine whether the given user is valid and whether they have the correct role for the given destination address.StringActiveMQSecurityManager4. validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType, String address, RemotingConnection remotingConnection, String securityDomain)Determine whether the given user is valid and whether they have the correct role for the given destination address.booleanActiveMQSecurityManagerImpl. validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType)Deprecated.
-