Uses of Enum Class
org.apache.activemq.artemis.core.security.CheckType
Packages that use CheckType
Package
Description
-
Uses of CheckType in org.apache.activemq.artemis.core.security
Methods in org.apache.activemq.artemis.core.security that return CheckTypeModifier and TypeMethodDescriptionstatic CheckTypeReturns the enum constant of this class with the specified name.static CheckType[]CheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.security with parameters of type CheckTypeModifier and TypeMethodDescriptionvoidSecurityStore.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 CheckTypeModifier and TypeMethodDescriptionvoidSecurityStoreImpl.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 CheckTypeModifier and TypeMethodDescriptionActiveMQMessageBundle_impl.userNoPermissions(String username, CheckType checkType, SimpleString address) ActiveMQMessageBundle.userNoPermissions(String username, CheckType checkType, SimpleString address) ActiveMQMessageBundle_impl.userNoPermissionsQueue(String username, CheckType checkType, SimpleString queue, SimpleString address) ActiveMQMessageBundle.userNoPermissionsQueue(String username, CheckType checkType, SimpleString queue, SimpleString address) -
Uses of CheckType in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl that return CheckTypeModifier and TypeMethodDescriptionprotected CheckTypeManagementServiceImpl.permissionForInvoke(String method) Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type CheckTypeModifier and TypeMethodDescriptionprotected voidManagementServiceImpl.securityCheck(String controlName, CheckType permission, SecurityAuth auth) -
Uses of CheckType in org.apache.activemq.artemis.spi.core.security
Methods in org.apache.activemq.artemis.spi.core.security with parameters of type CheckTypeModifier and TypeMethodDescriptionbooleanActiveMQBasicSecurityManager.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.ActiveMQSecurityManager3.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.ActiveMQSecurityManager4.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. -
Uses of CheckType in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils with parameters of type CheckTypeModifier and TypeMethodDescriptionstatic booleanSecurityManagerUtil.authorize(Subject subject, Set<Role> roles, CheckType checkType, Class rolePrincipalClass) This method tries to match the RolePrincipals in the Subject with the provided Set of Roles and CheckTypestatic Set<RolePrincipal>SecurityManagerUtil.getPrincipalsInRole(CheckType checkType, Set<Role> roles, Class rolePrincipalClass) -
Uses of CheckType in org.wildfly.extension.messaging.activemq
Methods in org.wildfly.extension.messaging.activemq with parameters of type CheckType