public class

SecurityProviderAuthenticateRequest

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

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="name" 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 name
protected String password
Public Constructors
SecurityProviderAuthenticateRequest()
Public Methods
String getName()
Gets the value of the name property.
String getPassword()
Gets the value of the password property.
void setName(String value)
Sets the value of the name property.
void setPassword(String value)
Sets the value of the password property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String name

protected String password

Public Constructors

public SecurityProviderAuthenticateRequest ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns

public String getPassword ()

Gets the value of the password property.

Returns

public void setName (String value)

Sets the value of the name 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