|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ACLRegistration
Interface to register ACLs.
| Method Summary | |
|---|---|
void |
deRegisterACL(Resource resource)
Deregisters the ACL associated with the specified resource. |
void |
registerACL(Resource resource)
Registers an ACL associated with the specified Resource. |
void |
registerACL(Resource resource,
java.util.Collection<ACLEntry> entries)
Registers an ACL associated with the specified Resource using the supplied entries. |
| Method Detail |
|---|
void registerACL(Resource resource)
Registers an ACL associated with the specified Resource. This usually means interacting
with a ACLPersistenceStrategy to persist the created ACL.
resource - the Resource for which an ACL is to be registered.
void registerACL(Resource resource,
java.util.Collection<ACLEntry> entries)
Registers an ACL associated with the specified Resource using the supplied entries.
resource - the Resource for which an ACL is to be registered.entries - the entries of the ACL being registered.void deRegisterACL(Resource resource)
Deregisters the ACL associated with the specified resource.
resource - the Resource for which an ACL is to be deregistered.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||