|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessControlEntry | |
---|---|
org.apache.jackrabbit.api.jsr283.security | |
org.apache.jackrabbit.core.security.authorization |
Uses of AccessControlEntry in org.apache.jackrabbit.api.jsr283.security |
---|
Methods in org.apache.jackrabbit.api.jsr283.security that return AccessControlEntry | |
---|---|
AccessControlEntry[] |
AccessControlList.getAccessControlEntries()
Returns all access control entries present with this policy. |
Methods in org.apache.jackrabbit.api.jsr283.security with parameters of type AccessControlEntry | |
---|---|
void |
AccessControlList.removeAccessControlEntry(AccessControlEntry ace)
Removes the specified AccessControlEntry from this policy. |
Uses of AccessControlEntry in org.apache.jackrabbit.core.security.authorization |
---|
Subinterfaces of AccessControlEntry in org.apache.jackrabbit.core.security.authorization | |
---|---|
interface |
JackrabbitAccessControlEntry
JackrabbitAccessControlEntry is a Jackrabbit specific extension
of the AccessControlEntry interface. |
Classes in org.apache.jackrabbit.core.security.authorization that implement AccessControlEntry | |
---|---|
class |
AccessControlEntryImpl
Simple, immutable implementation of the AccessControlEntry
and the JackrabbitAccessControlEntry interfaces. |
Methods in org.apache.jackrabbit.core.security.authorization that return AccessControlEntry | |
---|---|
AccessControlEntry[] |
UnmodifiableAccessControlList.getAccessControlEntries()
|
Methods in org.apache.jackrabbit.core.security.authorization with parameters of type AccessControlEntry | |
---|---|
void |
UnmodifiableAccessControlList.removeAccessControlEntry(AccessControlEntry ace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |