public class

SecurityProviderEnumerateUserPropertiesRequest

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

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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected String authentication

Public Constructors

public SecurityProviderEnumerateUserPropertiesRequest ()

Public Methods

public String getAuthentication ()

Gets the value of the authentication property.

Returns

public void setAuthentication (String value)

Sets the value of the authentication property.

Parameters
value Allowed object is String