org.apache.openejb.jee.was.v6.commonbnd
Class BasicAuthData

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.commonbnd.AbstractAuthData
      extended by org.apache.openejb.jee.was.v6.commonbnd.BasicAuthData

public class BasicAuthData
extends AbstractAuthData

A basic type of Authentication which provides a userId and password for connecting to a resource.

Java class for BasicAuthData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BasicAuthData">
   <complexContent>
     <extension base="{commonbnd.xmi}AbstractAuthData">
       <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="userId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String password
           
protected  String userId
           
 
Fields inherited from class org.apache.openejb.jee.was.v6.commonbnd.AbstractAuthData
extensions, href, id, idref, label, type, uuid, version
 
Constructor Summary
BasicAuthData()
           
 
Method Summary
 String getPassword()
          Gets the value of the password property.
 String getUserId()
          Gets the value of the userId property.
 void setPassword(String value)
          Sets the value of the password property.
 void setUserId(String value)
          Sets the value of the userId property.
 
Methods inherited from class org.apache.openejb.jee.was.v6.commonbnd.AbstractAuthData
getExtensions, getHref, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

password

protected String password

userId

protected String userId
Constructor Detail

BasicAuthData

public BasicAuthData()
Method Detail

getPassword

public String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getUserId

public String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.