Package wt.federation
Class _FederatedDirectoryService
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.federation._FederatedDirectoryService
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,_FederatedService,FederatedService,DisplayIdentification,RemoteAccess
- Direct Known Subclasses:
FederatedDirectoryService
public abstract class _FederatedDirectoryService
extends Item
implements RemoteAccess, FederatedService, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: trueFields inherited from interface wt.federation._FederatedService
SERVICE_NAME -
Method Summary
Modifier and TypeMethodDescriptionSupported API: trueSupported API: trueSupported API: trueSupported API: truevoidsetDirectoryAccessCredentials(Object directoryAccessCredentials) Supported API: truevoidsetDirectoryAccessDN(String directoryAccessDN) Supported API: truevoidsetInitialContextFactory(String initialContextFactory) Supported API: truevoidsetServiceName(String serviceName) Supported API: trueMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.federation.FederatedService
createObject, deleteObject, findObjects, findObjects, getActionURL, getSupportedLinkClasses, getSupportedObjectClasses, isNavigationSupported, isQuerySupported, navigate, navigate, purgeCaches, refreshObject, retrieveAttributes, retrieveObject, updateObject
-
Field Details
-
INITIAL_CONTEXT_FACTORY
Supported API: true -
DIRECTORY_ACCESS_DN
Supported API: true -
DIRECTORY_ACCESS_CREDENTIALS
Supported API: true
-
-
Method Details
-
getInitialContextFactory
Supported API: true- See Also:
-
setInitialContextFactory
Supported API: true- See Also:
-
getDirectoryAccessDN
Supported API: true- See Also:
-
setDirectoryAccessDN
Supported API: true- See Also:
-
getDirectoryAccessCredentials
Supported API: true- See Also:
-
setDirectoryAccessCredentials
Supported API: true- See Also:
-
getServiceName
Supported API: true- Specified by:
getServiceNamein interface_FederatedService- See Also:
-
setServiceName
Supported API: true- Specified by:
setServiceNamein interface_FederatedService- See Also:
-