org.sourceforge.bdbadapter.util
Class Util

java.lang.Object
  |
  +--org.sourceforge.bdbadapter.util.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static javax.resource.spi.security.PasswordCredential getPasswordCredential(javax.resource.spi.ManagedConnectionFactory mcf, javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo info)
           
static boolean isEqual(java.lang.String a, java.lang.String b)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

getPasswordCredential

public static javax.resource.spi.security.PasswordCredential getPasswordCredential(javax.resource.spi.ManagedConnectionFactory mcf,
                                                                                   javax.security.auth.Subject subject,
                                                                                   javax.resource.spi.ConnectionRequestInfo info)
                                                                            throws javax.resource.ResourceException

isEqual

public static boolean isEqual(java.lang.String a,
                              java.lang.String b)