org.jboss.resource.adapter.jms
Class JmsCred

java.lang.Object
  extended by org.jboss.resource.adapter.jms.JmsCred

public class JmsCred
extends Object

Credential information

Version:
$Revision: 57189 $
Author:
Peter Antman ., Adrian Brock

Field Summary
 String name
           
 String pwd
           
 
Constructor Summary
JmsCred()
           
 
Method Summary
static JmsCred getJmsCred(javax.resource.spi.ManagedConnectionFactory mcf, Subject subject, javax.resource.spi.ConnectionRequestInfo info)
          Get our own simple cred
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

pwd

public String pwd
Constructor Detail

JmsCred

public JmsCred()
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

Throws:
javax.resource.spi.SecurityException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.