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

E10686-07

oracle.adf.share.security.identitymanagement
Class RoleManager

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

public class RoleManager
extends java.lang.Object

Internal: Applications should not use this class.


Constructor Summary
RoleManager()
          Internal: Applications should not use this method.
RoleManager(java.util.Hashtable env)
          Internal: Applications should not use this method. Constructor for RoleManager that takes in a provider class name.
RoleManager(java.lang.String providerClassName)
          Internal: Applications should not use this method.
 
Method Summary
 java.security.Principal addRole(Role role)
          Internal: Applications should not use this method.
 void addToRole(java.security.Principal roleRef, java.security.Principal member)
          Internal: Applications should not use this method.
 Role createRole()
          Internal: Applications should not use this method.
 void deleteFromRole(java.security.Principal roleRef, java.security.Principal member)
          Internal: Applications should not use this method.
 void deleteRole(java.security.Principal roleRef)
          Internal: Applications should not use this method.
 java.security.Principal getAnonymousRole()
          Internal: Applications should not use this method.
 java.lang.String getAnonymousRoleName()
          Internal: Applications should not use this method.
 java.security.Principal getPrincipal(java.lang.String roleName)
          Internal: Applications should not use this method.
 Role getRole(java.security.Principal roleRef)
          Internal: Applications should not use this method.
 java.util.ArrayList getRoleList(int sizeLimit, AttributeFilter[] filter)
          Internal: Applications should not use this method.
 void modifyRole(java.security.Principal roleRef, Role roleDef)
          Internal: Applications should not use this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleManager

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


RoleManager

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


RoleManager

public RoleManager(java.util.Hashtable env)
Internal: Applications should not use this method. Constructor for RoleManager that takes in a provider class name.

Parameters:
properties -
Method Detail

createRole

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


addRole

public java.security.Principal addRole(Role role)
Internal: Applications should not use this method.


modifyRole

public void modifyRole(java.security.Principal roleRef,
                       Role roleDef)
Internal: Applications should not use this method.


deleteRole

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


getRole

public Role getRole(java.security.Principal roleRef)
Internal: Applications should not use this method.


getPrincipal

public java.security.Principal getPrincipal(java.lang.String roleName)
Internal: Applications should not use this method.


deleteFromRole

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


addToRole

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


getRoleList

public java.util.ArrayList getRoleList(int sizeLimit,
                                       AttributeFilter[] filter)
Internal: Applications should not use this method.


getAnonymousRoleName

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


getAnonymousRole

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


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

E10686-07

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