|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserStoreAdmin | |
---|---|
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 UserStoreAdmin in org.wso2.registry.jdbc.realm |
---|
Classes in org.wso2.registry.jdbc.realm that implement UserStoreAdmin | |
---|---|
class |
RegistryUserStoreAdmin
|
Methods in org.wso2.registry.jdbc.realm that return UserStoreAdmin | |
---|---|
UserStoreAdmin |
RegistryRealm.getUserStoreAdmin()
|
Constructors in org.wso2.registry.jdbc.realm with parameters of type UserStoreAdmin | |
---|---|
RegistryUserStoreAdmin(UserStoreAdmin userStoreAdmin)
|
Uses of UserStoreAdmin in org.wso2.registry.jdbc.realm.pathbased |
---|
Methods in org.wso2.registry.jdbc.realm.pathbased that return UserStoreAdmin | |
---|---|
UserStoreAdmin |
PathBasedRegistryRealm.getUserStoreAdmin()
|
Uses of UserStoreAdmin in org.wso2.registry.users |
---|
Methods in org.wso2.registry.users that return UserStoreAdmin | |
---|---|
UserStoreAdmin |
UserRealm.getUserStoreAdmin()
The returned object can manipulate the user store |
Uses of UserStoreAdmin in org.wso2.registry.users.accesscontrol |
---|
Classes in org.wso2.registry.users.accesscontrol that implement UserStoreAdmin | |
---|---|
class |
ACLUserStoreAdmin
Manipulates data in the User Store |
Fields in org.wso2.registry.users.accesscontrol declared as UserStoreAdmin | |
---|---|
protected UserStoreAdmin |
AuthorizingRealm.usAdmin
|
Methods in org.wso2.registry.users.accesscontrol that return UserStoreAdmin | |
---|---|
UserStoreAdmin |
AuthorizingRealm.getUserStoreAdmin()
|
Constructors in org.wso2.registry.users.accesscontrol with parameters of type UserStoreAdmin | |
---|---|
ACLUserStoreAdmin(Authorizer athzr,
UserStoreAdmin admin,
AuthorizingRealmConfig authConfig)
|
Uses of UserStoreAdmin in org.wso2.registry.users.def |
---|
Classes in org.wso2.registry.users.def that implement UserStoreAdmin | |
---|---|
class |
DefaultUserStoreAdmin
Manipulates data in the User Store |
Methods in org.wso2.registry.users.def that return UserStoreAdmin | |
---|---|
UserStoreAdmin |
DefaultRealm.getUserStoreAdmin()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |