org.apache.openejb.client
Class JNDIContext.AuthenticationInfo
java.lang.Object
org.apache.openejb.client.JNDIContext.AuthenticationInfo
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JNDIContext
public static class JNDIContext.AuthenticationInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDIContext.AuthenticationInfo
public JNDIContext.AuthenticationInfo(String realm,
String user,
char[] password)
getRealm
public String getRealm()
getUser
public String getUser()
getPassword
public char[] getPassword()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.