|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProvisioningPolicy
Contains information about an eTrust Admin provisioning policy as it is defined to Identity Manager.
A provisioning policy serves as a template for an eTrust Admin account on one or more eTrust Admin directories of a specific namespace.
Account
,
ProvisioningRole
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary | |
---|---|
static java.lang.String |
ACCOUNT_CONTAINER
The Provisioning Policy object's AccountContainer. |
static java.lang.String |
ACCOUNT_NAME
The Provisioning Policy object's account name mapping. |
static java.lang.String |
ENDPOINT
The Provisioning Policy object's endpoint(s). |
static java.lang.String |
ENDPOINT_TYPE
The Provisioning Policy object's endpoint type. |
Method Summary | |
---|---|
java.lang.String |
getAccountContainerName()
Retrieves the name of the account container that the associated account is created in. |
java.lang.String |
getAccountName()
Retrieves the name of the eTrust Admin account associated with the policy. |
java.util.Vector |
getAssociatedRoles()
Retrieves the eTrust Admin provisioning roles associated with the policy. |
java.util.Vector |
getEndPointNames()
Retrieves the name of the EndPoint associated with the policy. |
java.lang.String |
getEndPointType()
|
java.lang.String |
getFirstEndpointName()
Get the first endpoint name in the account template |
java.lang.Object |
getIAMHandle()
Retrieves the unique IAMHandle for this policy. |
java.lang.String |
getName()
Retrieves the policy name. |
java.lang.String |
getNameSpace()
Retrieves the policy namespace -- that is, the type of endpoint (such as ActiveDirectory , Unix , or LDAP )
that the policy is associated with. |
Methods inherited from interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject |
---|
directAddAttributeValue, directRemoveAttributeValue, equals, fixUniqueNames, getImsDirectory, getImsEnvironment, getObjectType, getOrg, getOrg, getProvider, hashCode, move, persisted |
Methods inherited from interface com.netegrity.llsdk6.imsapi.abstractinterface.NamedObject |
---|
getFriendlyName, getUniqueName, toString |
Methods inherited from interface com.netegrity.llsdk6.imsapi.abstractinterface.ModifiableObject |
---|
modifyObject, modifyObject |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Field Detail |
---|
static final java.lang.String ENDPOINT
static final java.lang.String ENDPOINT_TYPE
static final java.lang.String ACCOUNT_NAME
static final java.lang.String ACCOUNT_CONTAINER
Method Detail |
---|
java.lang.String getName() throws JIAMOperationException
JIAMOperationException
java.lang.String getNameSpace() throws JIAMOperationException
ActiveDirectory
, Unix
, or LDAP
)
that the policy is associated with.
JIAMOperationException
java.lang.String getAccountName() throws JIAMOperationException
JIAMOperationException
java.lang.String getAccountContainerName() throws JIAMOperationException
Retrieves the name of the account container that the associated account is created in.
The account container name is namespace-specific -- for example, a domain name with Active Directory, or an organization or group name with LDAP.
JIAMOperationException
java.lang.Object getIAMHandle() throws JIAMOperationException
Retrieves the unique IAMHandle
for this policy.
IAMHandle
identifier, see the eTrust IAM API Documentation (Javadoc).
IAMHandle
.
JIAMOperationException
java.util.Vector getEndPointNames() throws JIAMOperationException
JIAMOperationException
java.util.Vector getAssociatedRoles() throws JIAMOperationException
ProvisioningRole
objects.
JIAMOperationException
java.lang.String getEndPointType() throws JIAMOperationException
JIAMOperationException
java.lang.String getFirstEndpointName() throws JIAMOperationException
JIAMOperationException
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |