Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.1)

E10686-09


oracle.adf.share.security.providers.jps
Class JpsAppRole

java.lang.Object
  extended by oracle.adf.share.security.identitymanagement.ADFIdentityInfo
      extended by oracle.adf.share.security.policystore.ADFAppRole
          extended by oracle.adf.share.security.providers.jps.JpsAppRole

All Implemented Interfaces:
ADFIdentity, ADFRole, AppRole
Direct Known Subclasses:
JpsAnonymousRole, JpsAuthenticatedRole

public class JpsAppRole
extends ADFAppRole

Internal: Applications should not use this class.


Constructor Summary
JpsAppRole(java.security.Principal principal)
          Internal: Applications should not use this method.
JpsAppRole(java.security.Principal principal, java.lang.String roleCategory)
           

 

Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.List<ADFIdentity> getADFIdentityMembers()
          Internal: Applications should not use this method.
 java.lang.String getDescription()
          Internal: Applications should not use this method.
 java.lang.String getDisplayName()
          Internal: Applications should not use this method.
 java.lang.String getName()
          Internal: Applications should not use this method.
 java.lang.String getRoleCategory()
           
 ADFIdentityType getType()
          Internal: Applications should not use this method.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JpsAppRole

public JpsAppRole(java.security.Principal principal)
Internal: Applications should not use this method.

JpsAppRole

public JpsAppRole(java.security.Principal principal,
                  java.lang.String roleCategory)

Method Detail

getName

public java.lang.String getName()
Internal: Applications should not use this method.
Specified by:
getName in interface ADFIdentity
Specified by:
getName in class ADFIdentityInfo

getDisplayName

public java.lang.String getDisplayName()
Internal: Applications should not use this method.
Overrides:
getDisplayName in class ADFIdentityInfo

getDescription

public java.lang.String getDescription()
Internal: Applications should not use this method.
Overrides:
getDescription in class ADFIdentityInfo

getADFIdentityMembers

public java.util.List<ADFIdentity> getADFIdentityMembers()
Internal: Applications should not use this method.

equals

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

getType

public ADFIdentityType getType()
Internal: Applications should not use this method.

getRoleCategory

public java.lang.String getRoleCategory()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.1)

E10686-09


Copyright © 1997, 2013, Oracle. All rights reserved.