org.apache.openejb.jee.was.v6.commonbnd
Class BasicAuthData
java.lang.Object
org.apache.openejb.jee.was.v6.commonbnd.AbstractAuthData
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>
| 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 |
password
protected String password
userId
protected String userId
BasicAuthData
public BasicAuthData()
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–2015 The Apache Software Foundation. All rights reserved.