|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicUserAcl
Supports the dynamic creation of ACLs for owned resources. Rather than being able to create arbitrary ACLs, the newUserAcl member function creates a new ACL that refines an existing ACL by adding permissions for the current user. This allows everyone to create standard ACLs for resources they created themselves.
Method Summary | |
---|---|
void |
newUserAcl(String newName,
char separator,
Permission[] permissions)
Deprecated. Adds a new Acl to a Realm that grants the current user permissions. |
Method Detail |
---|
void newUserAcl(String newName, char separator, Permission[] permissions) throws SecurityException
newName
- Name of Acl to be addedseparator
- Character separator for an Acl hierarchypermissions
- Array of permissions to add to the Acl
SecurityException
- if the Acl
cannot be added
|
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 |