|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authorizable | |
---|---|
org.apache.jackrabbit.api.security.user | |
org.apache.jackrabbit.core.security.user |
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 Authorizable s. |
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 main Principal. |
Authorizable |
UserManager.getAuthorizable(String id)
Get the Authorizable by its id. |
Methods in org.apache.jackrabbit.api.security.user that return types with arguments of type Authorizable | |
---|---|
Iterator<Authorizable> |
UserManager.findAuthorizables(String propertyName,
String value)
Returns all Authorizable s that have
property with the given name and
that Property equals the given value. |
Iterator<Authorizable> |
UserManager.findAuthorizables(String propertyName,
String value,
int searchType)
Returns all Authorizable s that have
property with the given name and
that Property equals the given 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.isMember(Authorizable authorizable)
|
boolean |
Group.removeMember(Authorizable authorizable)
Remove a member from this Group. |
Uses of Authorizable in org.apache.jackrabbit.core.security.user |
---|
Classes in org.apache.jackrabbit.core.security.user that implement Authorizable | |
---|---|
class |
UserImpl
UserImpl |
Methods in org.apache.jackrabbit.core.security.user that return Authorizable | |
---|---|
Authorizable |
UserManagerImpl.getAuthorizable(Principal principal)
|
Authorizable |
UserManagerImpl.getAuthorizable(String id)
|
Methods in org.apache.jackrabbit.core.security.user that return types with arguments of type Authorizable | |
---|---|
Iterator<Authorizable> |
UserManagerImpl.findAuthorizables(String propertyName,
String value)
|
Iterator<Authorizable> |
UserManagerImpl.findAuthorizables(String propertyName,
String value,
int searchType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |