Class ActiveMQSecurityManagerImpl

  • All Implemented Interfaces:
    ActiveMQSecurityManager

    @Deprecated
    public class ActiveMQSecurityManagerImpl
    extends Object
    implements ActiveMQSecurityManager
    Deprecated.
    A basic implementation of the ActiveMQSecurityManager. This can be used within an appserver and be deployed by BasicUserCredentialsDeployer or used standalone or embedded.
    • Constructor Detail

      • ActiveMQSecurityManagerImpl

        public ActiveMQSecurityManagerImpl()
        Deprecated.
      • ActiveMQSecurityManagerImpl

        public ActiveMQSecurityManagerImpl​(SecurityConfiguration configuration)
        Deprecated.
    • Method Detail

      • validateUserAndRole

        public boolean validateUserAndRole​(String user,
                                           String password,
                                           Set<Role> roles,
                                           CheckType checkType)
        Deprecated.
        Description copied from interface: ActiveMQSecurityManager
        is this a valid user and do they have the correct role
        Specified by:
        validateUserAndRole in interface ActiveMQSecurityManager
        Parameters:
        user - the user
        password - the users password
        roles - the roles the user has
        checkType - the type of check to perform
        Returns:
        true if the user is valid and they have the correct roles