public class

SsoIdentity

extends BasicIdentity
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.context.Identity
     ↳ com.emc.documentum.fs.datamodel.core.context.BasicIdentity
       ↳ com.emc.documentum.fs.datamodel.core.context.SsoIdentity

Class Overview

Java class for SsoIdentity complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SsoIdentity">
   <complexContent>
     <extension base="{http://context.core.datamodel.fs.documentum.emc.com/}BasicIdentity">
       <sequence>
       </sequence>
       <attribute name="ssoType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String ssoType
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.context.BasicIdentity
Public Constructors
SsoIdentity()
Public Methods
String getSsoType()
Gets the value of the ssoType property.
void setSsoType(String value)
Sets the value of the ssoType property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.context.BasicIdentity
From class java.lang.Object

Fields

protected String ssoType

Public Constructors

public SsoIdentity ()

Public Methods

public String getSsoType ()

Gets the value of the ssoType property.

Returns
  • possible object is String

public void setSsoType (String value)

Sets the value of the ssoType property.

Parameters
value Allowed object is String