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

E10686-05

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

java.lang.Object
  extended by oracle.adf.share.security.providers.jps.JpsAppRole
All Implemented Interfaces:
ADFIdentity, ADFRole, AppRole
Direct Known Subclasses:
JpsAnonymousRole, JpsAuthenticatedRole

public class JpsAppRole
extends java.lang.Object
implements AppRole

Internal: Applications should not use this class.


Constructor Summary
JpsAppRole(java.security.Principal jpsPrincipal)
          Internal: Applications should not use this method.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.List<ADFIdentity> getADFIdentityMembers()
          Internal: Applications should not use this method.
 java.lang.String getName()
          Internal: Applications should not use this method.
 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 jpsPrincipal)
Internal: Applications should not use this method.

Method Detail

getName

public java.lang.String getName()
Internal: Applications should not use this method.

Specified by:
getName in interface ADFIdentity

getADFIdentityMembers

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

Specified by:
getADFIdentityMembers in interface ADFRole
Specified by:
getADFIdentityMembers in interface AppRole

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.

Specified by:
getType in interface ADFIdentity

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

E10686-05

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