|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.p13n.security.management.rolemapper.RoleManagerProxy
This class provides access to Role management functions
as defined by the WLS Security Service Provider Interface (SSPI). This
class acts as a proxy for a single, configured Role Mapper Provider
plug-in by proxying calls to the RoleProvider class.
This class should not contain any layered product dependencies.
Since it is possible that a Role Mapper Provider may not implement
all optional management interfaces, an OperationNotSupportedException
may be thrown.
This class is constructed using the RoleProviderDescription.
RoleSecurityMgmtHelper| Constructor Summary | |
RoleManagerProxy(RoleProviderDescription aProviderDescription)
|
|
RoleManagerProxy(RoleProviderDescription aProviderDescription,
boolean cacheAdminMBean)
|
|
| Method Summary | |
String |
getUniqueName()
Get the unique name for this RoleManagerProxy. |
String[] |
listRolesForResource(String resourceId)
Lists all role names for this provider associated with the given resource id. |
boolean |
roleExists(String resourceId,
String roleName)
Determines if a role exists for this provider. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RoleManagerProxy(RoleProviderDescription aProviderDescription)
public RoleManagerProxy(RoleProviderDescription aProviderDescription,
boolean cacheAdminMBean)
| Method Detail |
public String getUniqueName()
public String[] listRolesForResource(String resourceId)
resourceId - the resource the role is scoped to
public boolean roleExists(String resourceId,
String roleName)
resourceId - the resource the role is scoped toroleName - the role name to check
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||