|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SmImsPolicyApi
Provides methods for managing IMS Environment based SiteMinder policy store objects.
| Field Summary |
|---|
| Fields inherited from interface com.netegrity.sdk.policyapi.SmPolicyApi |
|---|
SMPOLICYAPI_VERSION_20 |
| Method Summary | |
|---|---|
SmApiResult |
addIMSEnvToDomain(java.lang.String szIMSEnvName,
java.lang.String szDomainName)
Adds IMS Environment to Domain. |
SmApiResult |
getIMSEnv(java.lang.String szIMSEnvName,
SmIMSEnvironment imsenv)
Get IMS Environment. |
SmApiResult |
removeIMSEnvFromDomain(java.lang.String szIMSEnvName,
java.lang.String szDomainName)
Removes IMS Environment from Domain. |
| Method Detail |
|---|
SmApiResult getIMSEnv(java.lang.String szIMSEnvName,
SmIMSEnvironment imsenv)
throws SmApiException
szIMSEnvName - The IMS Environment to retrieve.imsenv - This object will be populated with the properties of the IMS Environment.
SmApiException
SmApiResult addIMSEnvToDomain(java.lang.String szIMSEnvName,
java.lang.String szDomainName)
throws SmApiException
szIMSEnvName - The IMS Environment name.szDomainName - The domain to associate with the IMS Environment.
SmApiException
SmApiResult removeIMSEnvFromDomain(java.lang.String szIMSEnvName,
java.lang.String szDomainName)
throws SmApiException
szIMSEnvName - The IMS Environment name.szDomainName - The domain to disassociate from the IMS Environment.
SmApiException
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||