public class Link
extends sailpoint.object.SailPointObject
| Constructor and Description | 
|---|
| Link() | 
| Modifier and Type | Method and Description | 
|---|---|
| Application | getApplication()Get the application that this link references | 
| java.lang.String | getApplicationId()Get the application id that this link references | 
| java.lang.String | getApplicationName()Get the application name that this link references | 
| java.lang.Object | getAttribute(java.lang.String name)Get a single attribute of the account link | 
| Attributes<java.lang.String,java.lang.Object> | getAttributes()Get the attributes of the account link | 
| java.lang.String | getDisplayableName()Get the display name of the account link | 
| Attributes | getEntitlementAttributes()Get the Entitlement Attributes of the link | 
| java.util.List<Entitlement> | getEntitlements(java.util.Locale locale,
               java.lang.String attributeFilter)Get a list of entitlements for the account link | 
| Identity | getIdentity()Get the Identity object that this link references | 
| java.lang.String | getNativeIdentity()Get the string value of the link's native identity. | 
| boolean | isDisabled()A true or false value if the account is disabled | 
addAttributeMetaData, addSignOff, clearPersistentIdentity, deepCopy, equals, getAttributeMetaData, getAttributeMetaData, getAuditClassName, getByNameComparator, getCreated, getDescription, getDisplayColumns, getDisplayFormat, getExtendedAttributes, getExtendedIdentity, getExtendedIdentity1, getExtendedIdentity10, getExtendedIdentity11, getExtendedIdentity12, getExtendedIdentity13, getExtendedIdentity14, getExtendedIdentity15, getExtendedIdentity16, getExtendedIdentity17, getExtendedIdentity18, getExtendedIdentity19, getExtendedIdentity2, getExtendedIdentity20, getExtendedIdentity3, getExtendedIdentity4, getExtendedIdentity5, getExtendedIdentity6, getExtendedIdentity7, getExtendedIdentity8, getExtendedIdentity9, getExternalAttributes, getId, getLock, getLockInfo, getModified, getName, getOwner, getPendingWorkflow, getReferenceClass, getReferenceId, getReferenceName, getSignOffs, getUid, getUniqueKeyProperties, hasAssignedScope, hashCode, hasName, isDirty, isImmutable, isLocked, isNameUnique, isPersisted, isXml, load, remove, removeAttributeMetaData, setAttributeMetaData, setCreated, setDescription, setDirty, setDisabled, setExtended, setExtendedIdentity, setExtendedIdentity1, setExtendedIdentity10, setExtendedIdentity11, setExtendedIdentity12, setExtendedIdentity13, setExtendedIdentity14, setExtendedIdentity15, setExtendedIdentity16, setExtendedIdentity17, setExtendedIdentity18, setExtendedIdentity19, setExtendedIdentity2, setExtendedIdentity20, setExtendedIdentity3, setExtendedIdentity4, setExtendedIdentity5, setExtendedIdentity6, setExtendedIdentity7, setExtendedIdentity8, setExtendedIdentity9, setExternalAttributes, setId, setImmutable, setLock, setModified, setName, setOwner, setPendingWorkflow, setUid, supportsExtendedIdentity, toStringpublic Application getApplication()
public java.lang.String getApplicationName()
public java.lang.String getApplicationId()
public Identity getIdentity()
public Attributes getEntitlementAttributes()
public java.lang.String getNativeIdentity()
public java.util.List<Entitlement> getEntitlements(java.util.Locale locale, java.lang.String attributeFilter) throws sailpoint.tools.GeneralException
locale - attributeFilter - sailpoint.tools.GeneralExceptionpublic java.lang.Object getAttribute(java.lang.String name)
name - the name of the attribute to retrievepublic Attributes<java.lang.String,java.lang.Object> getAttributes()
public java.lang.String getDisplayableName()
public boolean isDisabled()
isDisabled in class sailpoint.object.SailPointObject