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>
-
-
Constructor Summary
Constructors Constructor Description BasicAuthData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()Gets the value of the password property.StringgetUserId()Gets the value of the userId property.voidsetPassword(String value)Sets the value of the password property.voidsetUserId(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
-
-
-
-
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 isString
-
getUserId
public String getUserId()
Gets the value of the userId property.- Returns:
- possible object is
String
-
-