|
SiteMinder Java SDK r12.0 SP3 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SmDmsApi
Directory interfaces for the Delegated Mangement Services API.
| Field Summary | |
|---|---|
static int |
SMDMSAPI_VERSION_20
Client-supplied constant indicating that DMS operations should comply with version 2.0 of the DMS API. |
| Method Summary | |
|---|---|
SmApiResult |
getDirectoryContext(SmUserDirectory userDir,
SmDmsConfig dmsConfig,
SmDmsDirectoryContext dirContext)
Creates a new user directory context. |
SmApiResult |
getDmsContext(SmRealm realm,
SmDmsConfig dmsConfig,
SmDmsContext dmsContext)
Creates a new DMS context. |
int |
getVersion()
Gets the DMS API version compliance level. |
| Field Detail |
|---|
static final int SMDMSAPI_VERSION_20
| Method Detail |
|---|
SmApiResult getDmsContext(SmRealm realm,
SmDmsConfig dmsConfig,
SmDmsContext dmsContext)
throws SmApiException
realm - The registration realm with a valid object identifier.dmsConfig - DMS configuration object.dmsContext - DMS context object that will be filled by this method.
SmApiException
SmApiResult getDirectoryContext(SmUserDirectory userDir,
SmDmsConfig dmsConfig,
SmDmsDirectoryContext dirContext)
throws SmApiException
userDir - User directory object with a valid name or object
identifier.dmsConfig - DMS configuration object.dirContext - Directory context object that will be filled by this function.
SmApiExceptionint getVersion()
Gets the DMS API version compliance level.
|
Java SDK r12.0 SP3 Fri 03/11/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||