public interface IDirectoryService
Modifier and Type | Interface and Description |
---|---|
static interface |
IDirectoryService.IDSAuthenticateContext
This interface defines the context of
dsAuthenticate(IDirectoryService.IDSAuthenticateContext) . |
static interface |
IDirectoryService.IGetGroupsContext
This interface defines the context of
getGroups(IDirectoryService.IGetGroupsContext) . |
static interface |
IDirectoryService.IGetUserContext
This interface defines the context of
getUser(IDirectoryService.IGetUserContext) . |
static interface |
IDirectoryService.IGetUsersContext
This interface defines the context of
getUsers(IDirectoryService.IGetUsersContext) . |
static interface |
IDirectoryService.IValidateEntityContext
This interface defines the context of
validateEntity(IDirectoryService.IValidateEntityContext) . |
Modifier and Type | Field and Description |
---|---|
static int |
FILTER_FIRST_NAME |
static int |
FILTER_LAST_NAME |
static int |
FILTER_UID |
Modifier and Type | Method and Description |
---|---|
void |
dsAuthenticate(IDirectoryService.IDSAuthenticateContext context)
Performs authentication.
|
void |
getGroups(IDirectoryService.IGetGroupsContext context)
Returns the groups from the Directory Service
|
void |
getUser(IDirectoryService.IGetUserContext context)
Retrieves a user for a given credential
|
void |
getUsers(IDirectoryService.IGetUsersContext context)
Returns the users from the Directory Service
|
void |
validateEntity(IDirectoryService.IValidateEntityContext context)
Validates a user or a group entity with the Directory Service.
|
static final int FILTER_FIRST_NAME
static final int FILTER_LAST_NAME
static final int FILTER_UID
void getGroups(IDirectoryService.IGetGroupsContext context) throws java.lang.Exception
context
- the call context
java.lang.Exception
void getUsers(IDirectoryService.IGetUsersContext context) throws java.lang.Exception
context
- the call context
java.lang.Exception
void validateEntity(IDirectoryService.IValidateEntityContext context) throws java.lang.Exception
context
- the call context
java.lang.Exception
void getUser(IDirectoryService.IGetUserContext context) throws java.lang.Exception
java.lang.Exception
void dsAuthenticate(IDirectoryService.IDSAuthenticateContext context) throws java.lang.Exception
context
- Authentication context.
java.lang.Exception