|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.activedirectory.dto.ActiveDirectoryAuthenticationAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.AuthenticationAttributesType
com.rim.bes.basplugin.activedirectory.dto.ActiveDirectoryAuthenticationAttributesType
public abstract class ActiveDirectoryAuthenticationAttributesType
Java class for ActiveDirectoryAuthenticationAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActiveDirectoryAuthenticationAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}AuthenticationAttributesType">
<sequence>
<element name="activeDirectoryServerDiscovery" type="{http://www.rim.com/com.rim.bes.basplugin.activedirectory.dto}ActiveDirectoryServerDiscoveryEnumType" minOccurs="0"/>
<element name="activeDirectoryExternalForestAuthenticationAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.activedirectory.dto}ActiveDirectoryUserCredentialsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="activeDirectoryServers" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="defaultLoginDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enableSSO" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="GCSearchBase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.util.List<ActiveDirectoryUserCredentialsType> |
activeDirectoryExternalForestAuthenticationAttributes
|
protected ActiveDirectoryServerDiscoveryEnumType |
activeDirectoryServerDiscovery
|
protected java.util.List<java.lang.String> |
activeDirectoryServers
|
protected java.lang.String |
defaultLoginDomain
|
protected java.lang.Boolean |
enableSSO
|
protected java.lang.String |
gcSearchBase
|
protected java.lang.String |
password
|
protected java.lang.String |
userDomain
|
protected java.lang.String |
userName
|
| Fields inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
plugInId, type |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ActiveDirectoryAuthenticationAttributesType()
|
|
| Method Summary | |
|---|---|
java.util.List<ActiveDirectoryUserCredentialsType> |
getActiveDirectoryExternalForestAuthenticationAttributes()
Gets the value of the activeDirectoryExternalForestAuthenticationAttributes property. |
ActiveDirectoryServerDiscoveryEnumType |
getActiveDirectoryServerDiscovery()
Gets the value of the activeDirectoryServerDiscovery property. |
java.util.List<java.lang.String> |
getActiveDirectoryServers()
Gets the value of the activeDirectoryServers property. |
java.lang.String |
getDefaultLoginDomain()
Gets the value of the defaultLoginDomain property. |
java.lang.String |
getGCSearchBase()
Gets the value of the gcSearchBase property. |
java.lang.String |
getPassword()
Gets the value of the password property. |
java.lang.String |
getUserDomain()
Gets the value of the userDomain property. |
java.lang.String |
getUserName()
Gets the value of the userName property. |
java.lang.Boolean |
isEnableSSO()
Gets the value of the enableSSO property. |
void |
setActiveDirectoryServerDiscovery(ActiveDirectoryServerDiscoveryEnumType value)
Sets the value of the activeDirectoryServerDiscovery property. |
void |
setDefaultLoginDomain(java.lang.String value)
Sets the value of the defaultLoginDomain property. |
void |
setEnableSSO(java.lang.Boolean value)
Sets the value of the enableSSO property. |
void |
setGCSearchBase(java.lang.String value)
Sets the value of the gcSearchBase property. |
void |
setPassword(java.lang.String value)
Sets the value of the password property. |
void |
setUserDomain(java.lang.String value)
Sets the value of the userDomain property. |
void |
setUserName(java.lang.String value)
Sets the value of the userName property. |
| Methods inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
getPlugInId, getType, setPlugInId, setType |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ActiveDirectoryServerDiscoveryEnumType activeDirectoryServerDiscovery
protected java.util.List<ActiveDirectoryUserCredentialsType> activeDirectoryExternalForestAuthenticationAttributes
protected java.util.List<java.lang.String> activeDirectoryServers
protected java.lang.String defaultLoginDomain
protected java.lang.Boolean enableSSO
protected java.lang.String gcSearchBase
protected java.lang.String password
protected java.lang.String userDomain
protected java.lang.String userName
| Constructor Detail |
|---|
public ActiveDirectoryAuthenticationAttributesType()
| Method Detail |
|---|
public ActiveDirectoryServerDiscoveryEnumType getActiveDirectoryServerDiscovery()
ActiveDirectoryServerDiscoveryEnumTypepublic void setActiveDirectoryServerDiscovery(ActiveDirectoryServerDiscoveryEnumType value)
value - allowed object is
ActiveDirectoryServerDiscoveryEnumTypepublic java.util.List<ActiveDirectoryUserCredentialsType> getActiveDirectoryExternalForestAuthenticationAttributes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the activeDirectoryExternalForestAuthenticationAttributes property.
For example, to add a new item, do as follows:
getActiveDirectoryExternalForestAuthenticationAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
ActiveDirectoryUserCredentialsType
public java.util.List<java.lang.String> getActiveDirectoryServers()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the activeDirectoryServers property.
For example, to add a new item, do as follows:
getActiveDirectoryServers().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getDefaultLoginDomain()
Stringpublic void setDefaultLoginDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isEnableSSO()
Booleanpublic void setEnableSSO(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getGCSearchBase()
Stringpublic void setGCSearchBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserDomain()
Stringpublic void setUserDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.activedirectory.dto.ActiveDirectoryAuthenticationAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||