|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authorizable | |
|---|---|
| org.apache.jackrabbit.api.security.user | Jackrabbit extensions for user management. |
| Uses of Authorizable in org.apache.jackrabbit.api.security.user |
|---|
| Subinterfaces of Authorizable in org.apache.jackrabbit.api.security.user | |
|---|---|
interface |
Group
A Group is a collection of Authorizables. |
interface |
User
User is a special Authorizable that can be authenticated and
impersonated. |
| Methods in org.apache.jackrabbit.api.security.user that return Authorizable | |
|---|---|
Authorizable |
UserManager.getAuthorizable(Principal principal)
Get the Authorizable by its Principal. |
Authorizable |
UserManager.getAuthorizable(String id)
Get the Authorizable by its id. |
Authorizable |
UserManager.getAuthorizableByPath(String path)
In accordance to getPath()
this method allows to retrieve an given authorizable by it's path. |
| Methods in org.apache.jackrabbit.api.security.user that return types with arguments of type Authorizable | |
|---|---|
Iterator<Authorizable> |
UserManager.findAuthorizables(Query query)
Return Authorizables that match a specific Query. |
Iterator<Authorizable> |
UserManager.findAuthorizables(String relPath,
String value)
Returns all Authorizables that have a
property with the given relative
path (or name) that matches the specified value. |
Iterator<Authorizable> |
UserManager.findAuthorizables(String relPath,
String value,
int searchType)
Returns all Authorizables that have a
property with the given relative
path (or name) that matches the specified value. |
Iterator<Authorizable> |
Group.getDeclaredMembers()
|
Iterator<Authorizable> |
Group.getMembers()
|
| Methods in org.apache.jackrabbit.api.security.user with parameters of type Authorizable | |
|---|---|
boolean |
Group.addMember(Authorizable authorizable)
Add a member to this Group. |
boolean |
Group.isDeclaredMember(Authorizable authorizable)
Test whether an Authorizable is a declared member of this group. |
boolean |
Group.isMember(Authorizable authorizable)
|
boolean |
Group.removeMember(Authorizable authorizable)
Remove a member from this Group. |
| Method parameters in org.apache.jackrabbit.api.security.user with type arguments of type Authorizable | |
|---|---|
void |
QueryBuilder.setSelector(Class<? extends Authorizable> selector)
Set the selector for the query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||