public interface AppRoleEntry extends PrincipalEntry
Note: This interface is defined as a mechanism to exchange information only. The consumer must not implement this interface. Rather, the consumer should rely upon the existing public classes that implement this interface.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object another) |
java.lang.String |
getAppID()
Return the name of the application in which the role is provisioned
|
JpsApplicationRole |
getApplicationRole()
Return the application role principal
|
java.lang.String |
getDescription()
Return the display name of the role.
|
java.lang.String |
getDisplayName()
Return the display name of the role
|
ExtendedProperty |
getExtendedAttributes()
Returns the extended attributes of an application role (if any).
|
java.lang.String |
getGuid()
Return the guid associated with the role
|
java.util.List<RoleMemberEntry> |
getInheritedAppRoleMemberEntries()
Returns members that are of type Application Role, Anonymous Role and Authenticated Role.
|
java.util.List<RoleMemberEntry> |
getMemberEntries()
Returns Enterprise Users and Roles that are Direct members of the Application Role represented by this AppRoleEntry
|
java.lang.String |
getName()
Return the name of the application role.
|
java.lang.String |
getRoleCategory()
Return the role category of the role.
|
java.lang.String |
getUniqueName()
Return the unique name of the role.
|
getClassName, getPrincipal, getPrincipalName, getTypejava.lang.String getName()
getName in interface PrincipalEntryjava.lang.String getAppID()
getAppID in interface PrincipalEntryjava.lang.String getUniqueName()
getUniqueName in interface PrincipalEntryjava.lang.String getDisplayName()
getDisplayName in interface PrincipalEntryjava.lang.String getDescription()
getDescription in interface PrincipalEntryjava.lang.String getRoleCategory()
java.lang.String getGuid()
getGuid in interface PrincipalEntryjava.util.List<RoleMemberEntry> getMemberEntries()
java.util.List<RoleMemberEntry> getInheritedAppRoleMemberEntries()
JpsApplicationRole getApplicationRole()
boolean equals(java.lang.Object another)
equals in class java.lang.ObjectExtendedProperty getExtendedAttributes()