| 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 | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ssoType | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.context.BasicIdentity
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ssoType property.
| |||||||||||
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
| |||||||||||
Gets the value of the ssoType property.
Sets the value of the ssoType property.
| value | Allowed object is String |
|---|