| java.lang.Object | |
| ↳ | org.sunsystems.ssc.securityprovider.definition.SecurityProviderGlobalPropertyValueRequest | 
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="authentication" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="property" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
 
 
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authentication | |||||||||||
| password | |||||||||||
| property | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Gets the value of the authentication property. | |||||||||||
| Gets the value of the password property. | |||||||||||
| Gets the value of the property property. | |||||||||||
| Sets the value of the authentication property. | |||||||||||
| Sets the value of the password property. | |||||||||||
| Sets the value of the property property. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Gets the value of the authentication property.
String
     
Gets the value of the password property.
String
     
Gets the value of the property property.
String
     
Sets the value of the authentication property.
| value | Allowed object is String | 
|---|
Sets the value of the password property.
| value | Allowed object is String | 
|---|
Sets the value of the property property.
| value | Allowed object is String | 
|---|