Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
Modifier and Type | Method and Description |
---|---|
AMTemplate |
AMObject.createPolicyTemplate(String serviceName,
Map attributes)
Deprecated.
use
com.sun.identity.policy package for
creating and managing policies. |
AMTemplate |
AMObject.createPolicyTemplate(String serviceName,
Map attributes,
int priority)
Deprecated.
use
com.sun.identity.policy package for
creating and managing policies. |
AMTemplate |
AMObject.createTemplate(int templateType,
String serviceName,
Map attributes)
Deprecated.
Creates a Template with no priority for the given service associated with
this
AMObject . |
AMTemplate |
AMObject.createTemplate(int templateType,
String serviceName,
Map attributes,
int priority)
Deprecated.
Creates a Template with a priority for the given service associated with
this
AMObject . |
AMTemplate |
AMStoreConnection.getPolicyTemplate(String templateDN)
Deprecated.
|
AMTemplate |
AMObject.getPolicyTemplate(String serviceName)
Deprecated.
This method has been deprecated. Please use:
com.sun.identity.policy package for creating
and managing policies. |
AMTemplate |
AMObject.getTemplate(String serviceName,
int templateType)
Deprecated.
Returns the Template for the given service associated with this
AMObject . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.