public class ActiveMQRACredential extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static ActiveMQRACredential |
getCredential(javax.resource.spi.ManagedConnectionFactory mcf,
Subject subject,
javax.resource.spi.ConnectionRequestInfo info)
Get credentials
|
String |
getPassword()
Get the password
|
String |
getUserName()
Get the user name
|
String |
toString()
String representation
|
public String getUserName()
public String getPassword()
public static ActiveMQRACredential getCredential(javax.resource.spi.ManagedConnectionFactory mcf, Subject subject, javax.resource.spi.ConnectionRequestInfo info) throws javax.resource.spi.SecurityException
mcf - The managed connection factorysubject - The subjectinfo - The connection request infojavax.resource.spi.SecurityException - Thrown if the credentials can't be retrievedCopyright © 2015 The Apache Software Foundation. All Rights Reserved.