Package org.jboss.resource.adapter.jms
Class JmsCred
- java.lang.Object
-
- org.jboss.resource.adapter.jms.JmsCred
-
public class JmsCred extends Object
Credential information- Author:
- Peter Antman ., Adrian Brock
-
-
Constructor Summary
Constructors Constructor Description JmsCred()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JmsCredgetJmsCred(javax.resource.spi.ManagedConnectionFactory mcf, Subject subject, javax.resource.spi.ConnectionRequestInfo info)Get our own simple credStringtoString()
-
-
-
Field Detail
-
name
public String name
-
pwd
public char[] pwd
-
-
Method Detail
-
getJmsCred
public static JmsCred getJmsCred(javax.resource.spi.ManagedConnectionFactory mcf, Subject subject, javax.resource.spi.ConnectionRequestInfo info) throws javax.resource.spi.SecurityException
Get our own simple cred- Parameters:
mcf-subject-info-- Returns:
- Throws:
javax.resource.spi.SecurityException
-
-