public class

SecurityProviderGlobalPropertyValueRequest

extends Object
java.lang.Object
   ↳ org.sunsystems.ssc.securityprovider.definition.SecurityProviderGlobalPropertyValueRequest

Class Overview

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>
 

Summary

Fields
protected String authentication
protected String password
protected String property
Public Constructors
SecurityProviderGlobalPropertyValueRequest()
Public Methods
String getAuthentication()
Gets the value of the authentication property.
String getPassword()
Gets the value of the password property.
String getProperty()
Gets the value of the property property.
void setAuthentication(String value)
Sets the value of the authentication property.
void setPassword(String value)
Sets the value of the password property.
void setProperty(String value)
Sets the value of the property property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String authentication

protected String password

protected String property

Public Constructors

public SecurityProviderGlobalPropertyValueRequest ()

Public Methods

public String getAuthentication ()

Gets the value of the authentication property.

Returns

public String getPassword ()

Gets the value of the password property.

Returns

public String getProperty ()

Gets the value of the property property.

Returns

public void setAuthentication (String value)

Sets the value of the authentication property.

Parameters
value Allowed object is String

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setProperty (String value)

Sets the value of the property property.

Parameters
value Allowed object is String