public class SetCredentialsRequestMsg extends Object implements Serializable
Java class for SetCredentialsRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetCredentialsRequestMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="style" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}TransportAuthenticationStyle"/> <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="passwordEncrypted" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
password |
protected boolean |
passwordEncrypted |
protected TransportAuthenticationStyle |
style |
protected String |
url |
protected String |
username |
Constructor and Description |
---|
SetCredentialsRequestMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getPassword()
Gets the value of the password property.
|
TransportAuthenticationStyle |
getStyle()
Gets the value of the style property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isPasswordEncrypted()
Gets the value of the passwordEncrypted property.
|
boolean |
isSetClassification() |
boolean |
isSetPassword() |
boolean |
isSetPasswordEncrypted() |
boolean |
isSetStyle() |
boolean |
isSetUrl() |
boolean |
isSetUsername() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPasswordEncrypted(boolean value)
Sets the value of the passwordEncrypted property.
|
void |
setStyle(TransportAuthenticationStyle value)
Sets the value of the style property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected SecurityWrapper classification
protected String url
protected TransportAuthenticationStyle style
protected String username
protected String password
protected boolean passwordEncrypted
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public TransportAuthenticationStyle getStyle()
TransportAuthenticationStyle
public void setStyle(TransportAuthenticationStyle value)
value
- allowed object is
TransportAuthenticationStyle
public boolean isSetStyle()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public boolean isPasswordEncrypted()
public void setPasswordEncrypted(boolean value)
public boolean isSetPasswordEncrypted()
Copyright © 2008–2017 MIL-OSS. All rights reserved.