public class AuthorizationPolicy
extends java.lang.Object
Java class for AuthorizationPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorizationPolicy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AuthorizationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Authorization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authorization
Actual authentication data for server, if not using
username and password based "BASIC" authentication
If username and password are used, this does not need to be set.
|
protected java.lang.String |
authorizationType
Type of authentication to use with server, if not using
username and password based "BASIC" authentication.
|
protected java.lang.String |
password
Password for server BASIC authentication login
(some servers require users to authenticate with the server -- see also UserName, AuthorizationType, and Authorization)
|
protected java.lang.String |
userName
User Name for server BASIC authentication login
(some servers require users to authenticate with the server -- see also Password, AuthorizationType, and Authorization)
|
| Constructor and Description |
|---|
AuthorizationPolicy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorization()
Gets the value of the authorization property.
|
java.lang.String |
getAuthorizationType()
Gets the value of the authorizationType property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getUserName()
Gets the value of the userName property.
|
boolean |
isSetAuthorization() |
boolean |
isSetAuthorizationType() |
boolean |
isSetPassword() |
boolean |
isSetUserName() |
void |
setAuthorization(java.lang.String value)
Sets the value of the authorization property.
|
void |
setAuthorizationType(java.lang.String value)
Sets the value of the authorizationType property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setUserName(java.lang.String value)
Sets the value of the userName property.
|
protected java.lang.String userName
protected java.lang.String password
protected java.lang.String authorizationType
protected java.lang.String authorization
public java.lang.String getUserName()
User Name for server BASIC authentication login (some servers require users to authenticate with the server -- see also Password, AuthorizationType, and Authorization)
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
StringgetUserName()public boolean isSetUserName()
public java.lang.String getPassword()
Password for server BASIC authentication login (some servers require users to authenticate with the server -- see also UserName, AuthorizationType, and Authorization)
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
StringgetPassword()public boolean isSetPassword()
public java.lang.String getAuthorizationType()
Type of authentication to use with server, if not using username and password based "BASIC" authentication. If username and password are used, this does not need to be set. (some servers require users to authenticate with the server -- see also UserName, Password, and Authorization)
Stringpublic void setAuthorizationType(java.lang.String value)
value - allowed object is
StringgetAuthorizationType()public boolean isSetAuthorizationType()
public java.lang.String getAuthorization()
Actual authentication data for server, if not using username and password based "BASIC" authentication If username and password are used, this does not need to be set. (some servers require users to authenticate with the server -- see also UserName, Password, and AuthorizationType)
Stringpublic void setAuthorization(java.lang.String value)
value - allowed object is
StringgetAuthorization()public boolean isSetAuthorization()