public class Link
extends java.lang.Object
| 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
|
public 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 GeneralException
locale - attributeFilter - 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()