Class Util
java.lang.Object
com.sun.ts.tests.common.connector.whitebox.Util
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic jakarta.resource.spi.security.PasswordCredentialgetPasswordCredential(jakarta.resource.spi.ManagedConnectionFactory mcf, Subject subject, jakarta.resource.spi.ConnectionRequestInfo info) static booleanstatic booleanisPasswordCredentialEqual(jakarta.resource.spi.security.PasswordCredential a, jakarta.resource.spi.security.PasswordCredential b) 
- 
Constructor Details- 
Utilpublic Util()
 
- 
- 
Method Details- 
getPasswordCredentialpublic static jakarta.resource.spi.security.PasswordCredential getPasswordCredential(jakarta.resource.spi.ManagedConnectionFactory mcf, Subject subject, jakarta.resource.spi.ConnectionRequestInfo info) throws jakarta.resource.ResourceException - Throws:
- jakarta.resource.ResourceException
 
- 
isEqual
- 
isPasswordCredentialEqualpublic static boolean isPasswordCredentialEqual(jakarta.resource.spi.security.PasswordCredential a, jakarta.resource.spi.security.PasswordCredential b) 
 
-