|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.was.v6.commonbnd.AbstractAuthData
org.apache.openejb.jee.was.v6.commonbnd.BasicAuthData
public class BasicAuthData
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 |
---|
protected java.lang.String password
protected java.lang.String userId
Constructor Detail |
---|
public BasicAuthData()
Method Detail |
---|
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is String
public java.lang.String getUserId()
String
public void setUserId(java.lang.String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |