Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


oracle.security.jps.service.policystore.info
Interface AppRoleEntry

All Superinterfaces:
PrincipalEntry

public interface AppRoleEntry
extends PrincipalEntry

A representation of an application role in the policystore.

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.

Since:
release specific (what release of product did this appear in)
Version:
$Header: jazn/jps/src/jps-api/oracle/security/jps/service/policystore/info/AppRoleEntry.java /st_entsec_11.1.1.7.0/1 2012/10/22 20:36:36 junyhe Exp $
Author:
rkng

Method Summary
 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.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.
 void setDescription(java.lang.String description)
          Set the description.
 void setDisplayName(java.lang.String displayName)
          Set the display name.
 void setRoleCategory(java.lang.String category)
          Set the role category.

 

Methods inherited from interface oracle.security.jps.service.policystore.info.PrincipalEntry
getClassName, getGUID, getPrincipal, getType

 

Method Detail

getName

java.lang.String getName()
Return the name of the application role.
Specified by:
getName in interface PrincipalEntry
Returns:
the name of the entry.

getAppID

java.lang.String getAppID()
Return the name of the application in which the role is provisioned
Specified by:
getAppID in interface PrincipalEntry
Returns:
app name.

getUniqueName

java.lang.String getUniqueName()
Return the unique name of the role.
Specified by:
getUniqueName in interface PrincipalEntry
Returns:
unique name.

getDisplayName

java.lang.String getDisplayName()
Return the display name of the role
Specified by:
getDisplayName in interface PrincipalEntry

getDescription

java.lang.String getDescription()
Return the display name of the role.
Specified by:
getDescription in interface PrincipalEntry

setDisplayName

void setDisplayName(java.lang.String displayName)
Set the display name.

setDescription

void setDescription(java.lang.String description)
Set the description.

getRoleCategory

java.lang.String getRoleCategory()
Return the role category of the role.

getGuid

java.lang.String getGuid()
Return the guid associated with the role

setRoleCategory

void setRoleCategory(java.lang.String category)
Set the role category.

getApplicationRole

JpsApplicationRole getApplicationRole()
Return the application role principal

equals

boolean equals(java.lang.Object another)
Overrides:
equals in class java.lang.Object

getExtendedAttributes

ExtendedProperty getExtendedAttributes()
Returns the extended attributes of an application role (if any).

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.