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

Packages that use UserStoreReader
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   
org.wso2.registry.users.hybrid.ldap   
 

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

Classes in org.wso2.registry.jdbc.realm that implement UserStoreReader
 class RegistryUserStoreAdmin
           
 

Methods in org.wso2.registry.jdbc.realm that return UserStoreReader
 UserStoreReader RegistryRealm.getUserStoreReader()
           
 

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

Methods in org.wso2.registry.jdbc.realm.pathbased that return UserStoreReader
 UserStoreReader PathBasedRegistryRealm.getUserStoreReader()
           
 

Uses of UserStoreReader in org.wso2.registry.users
 

Subinterfaces of UserStoreReader in org.wso2.registry.users
 interface UserStoreAdmin
          Manipulates data in the User Store
 

Methods in org.wso2.registry.users that return UserStoreReader
 UserStoreReader UserRealm.getUserStoreReader()
          The returned object can read data from user store
 

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

Classes in org.wso2.registry.users.accesscontrol that implement UserStoreReader
 class ACLUserStoreAdmin
          Manipulates data in the User Store
 class ACLUserStoreReader
           
 

Fields in org.wso2.registry.users.accesscontrol declared as UserStoreReader
protected  UserStoreReader AuthorizingRealm.usReader
           
 

Methods in org.wso2.registry.users.accesscontrol that return UserStoreReader
 UserStoreReader AuthorizingRealm.getUserStoreReader()
           
 

Constructors in org.wso2.registry.users.accesscontrol with parameters of type UserStoreReader
ACLUserStoreReader(Authorizer athzr, UserStoreReader reader, AuthorizingRealmConfig authConfig)
           
 

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

Classes in org.wso2.registry.users.def that implement UserStoreReader
 class DefaultUserStoreAdmin
          Manipulates data in the User Store
 class DefaultUserStoreReader
          Manipulates data in the User Store
 

Methods in org.wso2.registry.users.def that return UserStoreReader
 UserStoreReader DefaultRealm.getUserStoreReader()
           
 

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

Methods in org.wso2.registry.users.hybrid that return UserStoreReader
 UserStoreReader HybridRealmConfig.getUserStoreReader()
           
 UserStoreReader HybridRealm.getUserStoreReader()
           
 

Methods in org.wso2.registry.users.hybrid with parameters of type UserStoreReader
 void HybridRealmConfig.setUserStoreReader(UserStoreReader userStoreReader)
           
 

Uses of UserStoreReader in org.wso2.registry.users.hybrid.ldap
 

Classes in org.wso2.registry.users.hybrid.ldap that implement UserStoreReader
 class LDAPUserStoreAdmin
           
 class LDAPUserStoreReader
           
 



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