Class JaasAuthenticator
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.management.JaasAuthenticator
-
- All Implemented Interfaces:
JMXAuthenticator
public class JaasAuthenticator extends Object implements JMXAuthenticator
-
-
Constructor Summary
Constructors Constructor Description JaasAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Subjectauthenticate(Object credentials)StringgetRealm()voidsetRealm(String realm)
-
-
-
Method Detail
-
getRealm
public String getRealm()
-
setRealm
public void setRealm(String realm)
-
authenticate
public Subject authenticate(Object credentials) throws SecurityException
- Specified by:
authenticatein interfaceJMXAuthenticator- Throws:
SecurityException
-
-