|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |