com.filenet.api.admin
Interface DirectoryConfigurationSunOne

All Superinterfaces:
DependentObject, DirectoryConfiguration, EngineObject, java.io.Serializable

public interface DirectoryConfigurationSunOne
extends DirectoryConfiguration, DependentObject

Represents the configuration object for a SunOne security provider. A SunOne directory server can be mapped to multiple FileNet P8 realms. Each FileNet P8 realm has a one-to-one relationship with the authentication provider. There is also a one-to-one relationship between a FileNet P8 Realm object and a DirectoryConfigurationSunOne object. Therefore, you must create one DirectoryConfigurationSunOne object for each authentication provider in each realm. To create an instance of the DirectoryConfigurationSunOne class, call Factory.DirectoryConfigurationSunOne.createInstance(). The group of type-specific directory configuration objects is contained in the DirectoryConfigurationSunOneList collection object.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: DirectoryConfiguration


Method Summary
 
Methods inherited from interface com.filenet.api.admin.DirectoryConfiguration
get_DirectoryServerHost, get_DirectoryServerPassword, get_DirectoryServerPort, get_DirectoryServerProviderClass, get_DirectoryServerType, get_DirectoryServerUserName, get_DisplayName, get_GroupBaseDN, get_GroupDisplayNameAttribute, get_GroupMembershipSearchFilter, get_GroupNameAttribute, get_GroupSearchFilter, get_Id, get_IsSSLEnabled, get_RestrictMembershipToConfiguredRealms, get_UserBaseDN, get_UserDisplayNameAttribute, get_UserNameAttribute, get_UserSearchFilter, set_DirectoryServerHost, set_DirectoryServerPassword, set_DirectoryServerPort, set_DirectoryServerProviderClass, set_DirectoryServerUserName, set_DisplayName, set_GroupBaseDN, set_GroupDisplayNameAttribute, set_GroupMembershipSearchFilter, set_GroupNameAttribute, set_GroupSearchFilter, set_IsSSLEnabled, set_RestrictMembershipToConfiguredRealms, set_UserBaseDN, set_UserDisplayNameAttribute, set_UserNameAttribute, set_UserSearchFilter
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.