Uses of Interface
org.wso2.registry.users.Authorizer

Packages that use Authorizer
org.wso2.registry.jdbc.realm   
org.wso2.registry.jdbc.realm.pathbased   
org.wso2.registry.users   
org.wso2.registry.users.accesscontrol   
org.wso2.registry.users.def   
org.wso2.registry.users.hybrid   
 

Uses of Authorizer in org.wso2.registry.jdbc.realm
 

Classes in org.wso2.registry.jdbc.realm that implement Authorizer
 class RegistryAccessControlAdmin
           
 

Methods in org.wso2.registry.jdbc.realm that return Authorizer
 Authorizer RegistryRealm.getAuthorizer()
           
 

Uses of Authorizer in org.wso2.registry.jdbc.realm.pathbased
 

Classes in org.wso2.registry.jdbc.realm.pathbased that implement Authorizer
 class PathBasedAccessControlAdmin
           
 class PathBasedAuthorizer
           
 

Methods in org.wso2.registry.jdbc.realm.pathbased that return Authorizer
 Authorizer PathBasedRegistryRealm.getAuthorizer()
           
 

Constructors in org.wso2.registry.jdbc.realm.pathbased with parameters of type Authorizer
PathBasedAuthorizer(Authorizer authorizer, javax.sql.DataSource dataSource)
           
 

Uses of Authorizer in org.wso2.registry.users
 

Subinterfaces of Authorizer in org.wso2.registry.users
 interface AccessControlAdmin
          Manipulates access control data in the user store
 

Methods in org.wso2.registry.users that return Authorizer
 Authorizer UserRealm.getAuthorizer()
          The returned object can perform authorization checks
 

Uses of Authorizer in org.wso2.registry.users.accesscontrol
 

Classes in org.wso2.registry.users.accesscontrol that implement Authorizer
 class ACLAccessControlAdmin
          Manipulates access control data in the user store Cannot change admin privileges through this interface
 class ACLAuthorizer
           
 

Fields in org.wso2.registry.users.accesscontrol declared as Authorizer
protected  Authorizer AuthorizingRealm.authorizer
           
 

Methods in org.wso2.registry.users.accesscontrol that return Authorizer
 Authorizer AuthorizingRealm.getAuthorizer()
           
 

Constructors in org.wso2.registry.users.accesscontrol with parameters of type Authorizer
ACLAccessControlAdmin(Authorizer athzr, AccessControlAdmin admin, AuthorizingRealmConfig authConfig)
          Constructor
ACLAuthorizer(Authorizer athzr, AuthorizingRealmConfig authConfig)
           
ACLUserStoreAdmin(Authorizer athzr, UserStoreAdmin admin, AuthorizingRealmConfig authConfig)
           
ACLUserStoreReader(Authorizer athzr, UserStoreReader reader, AuthorizingRealmConfig authConfig)
           
 

Uses of Authorizer in org.wso2.registry.users.def
 

Classes in org.wso2.registry.users.def that implement Authorizer
 class DefaultAccessControlAdmin
           
 class DefaultAuthorizer
           
 

Methods in org.wso2.registry.users.def that return Authorizer
 Authorizer DefaultRealm.getAuthorizer()
           
 

Uses of Authorizer in org.wso2.registry.users.hybrid
 

Classes in org.wso2.registry.users.hybrid that implement Authorizer
 class HybridAccessControlAdmin
           
 class HybridAuthorizer
           
 

Methods in org.wso2.registry.users.hybrid that return Authorizer
 Authorizer HybridRealm.getAuthorizer()
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.