public class QpidRACredential extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static QpidRACredential |
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 QpidRACredential 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 cant be retrievedCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.