CA Identity Manager
Java SDK r12.5 SP 8

 

com.ca.identitymanager.provisioning.managedobject
Interface Endpoint

All Superinterfaces:
AttributeCollection, ManagedObject, java.util.Map, ModifiableObject, NamedObject, java.io.Serializable

public interface Endpoint
extends ManagedObject

Defines an endpoint as a managed object


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
static java.lang.String PROPERTY_ENDPOINT_HANDLE
          Attribute identifier for the endpoint's unique name.
static java.lang.String PROPERTY_ENDPOINT_TYPE
          Attribute identifier for the endpoint object's endpoint type.
static java.lang.String PROPERTY_FRIENDLY_NAME
          Attribute identifier for the account object's name.
 
Method Summary
 java.util.Vector delete(java.lang.String operationId)
          Deletes an endpoint.
 java.lang.String getZOSSuffixes(java.lang.String ipAddress, java.lang.String portNumber)
          Retrieves the valid suffixes from the specified LDAP server, used by mainframe endpoint types (ACF2, RACF, Top Secret) during the endpoint creation task.
 
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.AttributeCollection
addAttributes, addValueToAttribute, containsAttribute, doesAttributeHaveMultipleValues, enumerateAttributes, getAttribute, getAttributeMultiValue, getAttributePermission, getAttributes, getExtendedAttribute, getLastCommittedAttribute, getLastCommittedAttributeMultiValue, getLastCommittedValue, getOriginalAttribute, getOriginalAttributeMultiValue, getOriginalValue, getValue, hasAttributeChanged, isAttributeUncommitted, isUncommitted, makeCurrentValueOriginal, removeAttributes, setAttribute, setAttributeMultiValue, setAttributes, setValue, updateAttributeSet
 
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

PROPERTY_FRIENDLY_NAME

static final java.lang.String PROPERTY_FRIENDLY_NAME
Attribute identifier for the account object's name.

See Also:
Constant Field Values

PROPERTY_ENDPOINT_TYPE

static final java.lang.String PROPERTY_ENDPOINT_TYPE
Attribute identifier for the endpoint object's endpoint type.

See Also:
Constant Field Values

PROPERTY_ENDPOINT_HANDLE

static final java.lang.String PROPERTY_ENDPOINT_HANDLE
Attribute identifier for the endpoint's unique name.

See Also:
Constant Field Values
Method Detail

delete

java.util.Vector delete(java.lang.String operationId)
                        throws SmApiException
Deletes an endpoint.

Parameters:
operationId - - Operation Id to use for the JIAM session.
Returns:
- operation message from the provisioning server.
Throws:
SmApiException

getZOSSuffixes

java.lang.String getZOSSuffixes(java.lang.String ipAddress,
                                java.lang.String portNumber)
Retrieves the valid suffixes from the specified LDAP server, used by mainframe endpoint types (ACF2, RACF, Top Secret) during the endpoint creation task.


CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.