Package org.apache.activemq.artemis.ra
Class ActiveMQRACredential
java.lang.Object
org.apache.activemq.artemis.ra.ActiveMQRACredential
- All Implemented Interfaces:
Serializable
Credential information
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActiveMQRACredentialgetCredential(ManagedConnectionFactory mcf, Subject subject, ConnectionRequestInfo info) Get credentialstoString()
-
Method Details
-
getUserName
-
getPassword
-
getCredential
public static ActiveMQRACredential getCredential(ManagedConnectionFactory mcf, Subject subject, ConnectionRequestInfo info) throws SecurityException Get credentials- Parameters:
mcf- The managed connection factorysubject- The subjectinfo- The connection request info- Returns:
- The credentials
- Throws:
SecurityException- Thrown if the credentials can't be retrieved
-
toString
-