org.apache.openejb.client
Class JNDIContext.AuthenticationInfo

java.lang.Object
  extended by 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

Constructor Summary
JNDIContext.AuthenticationInfo(String realm, String user, char[] password)
           
 
Method Summary
 char[] getPassword()
           
 String getRealm()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIContext.AuthenticationInfo

public JNDIContext.AuthenticationInfo(String realm,
                                      String user,
                                      char[] password)
Method Detail

getRealm

public String getRealm()

getUser

public String getUser()

getPassword

public char[] getPassword()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.