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  java.lang.String password
           
protected  java.lang.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
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getUserId()
          Gets the value of the userId property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setUserId(java.lang.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 java.lang.String password

userId

protected java.lang.String userId
Constructor Detail

BasicAuthData

public BasicAuthData()
Method Detail

getPassword

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

Returns:
possible object is String

setPassword

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

Parameters:
value - allowed object is String

getUserId

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

Returns:
possible object is String

setUserId

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

Parameters:
value - allowed object is String


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