|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoleCollectionHandler
A role provider that wishes to consume roles
implements the RoleCollectionHandler
interface.
Method Summary | |
---|---|
void |
done()
Signals the completion of the role collection. |
void |
setRole(Resource resource,
String roleName,
String[] userAndGroupNames)
Set the role to give set of users and groups for the specified resource using the supplied information. |
Method Detail |
---|
void setRole(Resource resource, String roleName, String[] userAndGroupNames)
resource
- the Resource
object to
which the role applies.roleName
- a String
the role name.userAndGroupNames
- a String[]
that defines what user names and group names that are
to be assigned to that role for the given resource.
ConsumptionException
- if the roles cannot
be consumed or processing of the roles fails.void done()
ConsumptionException
- if the roles cannot
be consumed or processing of the roles fail.
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |