Uses of Interface
org.apache.jackrabbit.api.security.user.Authorizable

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 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(java.security.Principal principal)
          Get the Authorizable by its main Principal.
 Authorizable UserManager.getAuthorizable(java.lang.String id)
          Get the Authorizable by its id.
 

Methods in org.apache.jackrabbit.api.security.user with parameters of type Authorizable
 boolean Group.addMember(Authorizable authorizable)
          Add a member to this Group.
Changes will be persisted immediately.
 boolean Group.isMember(Authorizable authorizable)
           
 boolean Group.removeMember(Authorizable authorizable)
          Remove a member from this Group.
Changes will be persisted immediately.
 

Uses of Authorizable in org.apache.jackrabbit.core.security.user
 

Methods in org.apache.jackrabbit.core.security.user that return Authorizable
 Authorizable UserManagerImpl.getAuthorizable(java.security.Principal principal)
           
 Authorizable UserManagerImpl.getAuthorizable(java.lang.String id)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.