Skip navigation links

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

E10686-03


oracle.adf.share.security.identitymanagement
Class Role

java.lang.Object
  extended by oracle.adf.share.security.identitymanagement.Role

All Implemented Interfaces:
ADFIdentity, ADFRole

public class Role
extends java.lang.Object
implements ADFRole

Internal: Applications should not use this class.


Constructor Summary
Role()
          Internal: Applications should not use this method.
Role(java.lang.String name)
          Internal: Applications should not use this method.

 

Method Summary
 void addMember(java.security.Principal member)
          Internal: Applications should not use this method.
 boolean equals(java.lang.Object obj)
          Internal: Applications should not use this method.
 java.util.List<ADFIdentity> getADFIdentityMembers()
          Internal: Applications should not use this method.
 java.security.Principal[] getMembers()
          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.
 boolean hasMember(java.security.Principal member)
          Internal: Applications should not use this method.
 void removeMember(java.security.Principal member)
          Internal: Applications should not use this method.
 void setName(java.lang.String name)
          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

Role

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

Role

public Role(java.lang.String name)
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

setName

public void setName(java.lang.String name)
Internal: Applications should not use this method.

addMember

public void addMember(java.security.Principal member)
Internal: Applications should not use this method.

removeMember

public void removeMember(java.security.Principal member)
Internal: Applications should not use this method.

getMembers

public java.security.Principal[] getMembers()
Internal: Applications should not use this method.

getADFIdentityMembers

public java.util.List<ADFIdentity> getADFIdentityMembers()
Internal: Applications should not use this method.
Specified by:
getADFIdentityMembers in interface ADFRole

hasMember

public boolean hasMember(java.security.Principal member)
Internal: Applications should not use this method.

equals

public boolean equals(java.lang.Object obj)
Internal: Applications should not use this method.
Overrides:
equals in class java.lang.Object

getType

public ADFIdentityType getType()
Internal: Applications should not use this method.
Specified by:
getType in interface ADFIdentity

Skip navigation links

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

E10686-03


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