|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.configuration.security.AuthorizationPolicy
public class AuthorizationPolicy
This structure holds parameters that may govern authentication that use a User Password strategy.
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>
| Field Summary | |
|---|---|
protected java.lang.String |
authorization
|
protected java.lang.String |
authorizationType
|
protected java.lang.String |
password
|
protected java.lang.String |
userName
|
| Constructor Summary | |
|---|---|
AuthorizationPolicy()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String userName
protected java.lang.String password
protected java.lang.String authorizationType
protected java.lang.String authorization
| Constructor Detail |
|---|
public AuthorizationPolicy()
| Method Detail |
|---|
public java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUserName()
public java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public java.lang.String getAuthorizationType()
Stringpublic void setAuthorizationType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAuthorizationType()
public java.lang.String getAuthorization()
Stringpublic void setAuthorization(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAuthorization()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||