|
SiteMinder Java SDK r12.0 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public static final int SMDMSAPI_VERSION_20
| Method Detail |
public 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
public 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.
SmApiExceptionpublic int getVersion()
Gets the DMS API version compliance level.
|
Java SDK r12.0 SP2 Fri 11/06/2009 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||