|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoleDisplayData
Represents the information Identity Manager needs to display a line in a list of roles.
This object is returned fromgetRoleDisplayData()
.
Method Summary | |
---|---|
java.lang.String |
getEnvironmentFriendlyName()
Retrieves the friendly name of the Identity Manager environment that contains the current role. |
java.lang.String |
getEnvironmentUniqueName()
Retrieves the unique name of the Identity Manager environment that contains the current role. |
java.lang.String |
getRoleDescription()
Retrieves the description of the current role. |
java.lang.String |
getRoleFriendlyName()
Retrieves the friendly name of the current role. |
java.lang.String |
getRoleUniqueName()
Retrieves the unique name of the current role. |
ObjectType |
getType()
Retrieves the type of the current role. |
Method Detail |
---|
java.lang.String getRoleUniqueName() throws SmApiException
Retrieves the unique name of the current role.
SmApiException
java.lang.String getRoleFriendlyName() throws SmApiException
Retrieves the friendly name of the current role.
SmApiException
java.lang.String getRoleDescription() throws SmApiException
Retrieves the description of the current role.
SmApiException
java.lang.String getEnvironmentUniqueName() throws SmApiException
Retrieves the unique name of the Identity Manager environment that contains the current role.
SmApiException
java.lang.String getEnvironmentFriendlyName() throws SmApiException
Retrieves the friendly name of the Identity Manager environment that contains the current role.
SmApiException
ObjectType getType() throws SmApiException
Retrieves the type of the current role.
SmApiException
|
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 |