|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserRealm in org.wso2.registry.jdbc |
---|
Methods in org.wso2.registry.jdbc that return UserRealm | |
---|---|
UserRealm |
JDBCRegistry.getDefaultRealm()
|
Methods in org.wso2.registry.jdbc with parameters of type UserRealm | |
---|---|
protected void |
EmbeddedRegistry.configure(UserRealm defaultRealm)
|
Constructors in org.wso2.registry.jdbc with parameters of type UserRealm | |
---|---|
EmbeddedRegistry(RegistryContext context,
UserRealm realm)
|
|
InMemoryEmbeddedRegistry(UserRealm defaultRealm)
|
|
JDBCRegistry(RegistryContext registryContext,
UserRealm realm)
Constructs a JDBC registry to be used with secure registries. |
Uses of UserRealm in org.wso2.registry.jdbc.queries |
---|
Fields in org.wso2.registry.jdbc.queries declared as UserRealm | |
---|---|
protected UserRealm |
QueryProcessor.realm
Default realm of the user manager used in the registry. |
Constructors in org.wso2.registry.jdbc.queries with parameters of type UserRealm | |
---|---|
QueryProcessor(javax.sql.DataSource dataSource,
UserRealm realm)
|
|
QueryProcessorManager(javax.sql.DataSource dataSource,
UserRealm realm,
Registry registry)
|
|
SQLQueryProcessor(javax.sql.DataSource dataSource,
UserRealm realm)
|
Uses of UserRealm in org.wso2.registry.jdbc.realm |
---|
Classes in org.wso2.registry.jdbc.realm that implement UserRealm | |
---|---|
class |
InMemoryRegistryRealm
|
class |
RegistryRealm
This class makes sure that the user store of the registry is always in consistent state. |
Constructors in org.wso2.registry.jdbc.realm with parameters of type UserRealm | |
---|---|
RegistryRealm(UserRealm userRealm)
|
Uses of UserRealm in org.wso2.registry.jdbc.realm.pathbased |
---|
Classes in org.wso2.registry.jdbc.realm.pathbased that implement UserRealm | |
---|---|
class |
PathBasedRegistryRealm
Registry stores authorizations for resources against the UUID of the resource. |
Constructors in org.wso2.registry.jdbc.realm.pathbased with parameters of type UserRealm | |
---|---|
PathBasedRegistryRealm(UserRealm userRealm,
javax.sql.DataSource dataSource)
|
Uses of UserRealm in org.wso2.registry.secure |
---|
Methods in org.wso2.registry.secure that return UserRealm | |
---|---|
UserRealm |
RegistryUserManager.getRealm()
|
Constructors in org.wso2.registry.secure with parameters of type UserRealm | |
---|---|
RegistryUserManager(UserRealm userRealm)
|
|
RegistryUserManager(UserRealm deafuleRealm,
java.lang.String userName)
|
Uses of UserRealm in org.wso2.registry.servlet |
---|
Methods in org.wso2.registry.servlet that return UserRealm | |
---|---|
static UserRealm |
RegistryRealmFactory.createDataSourceAwareRegistryRealm(java.lang.String dataSourceName)
|
static UserRealm |
RegistryRealmFactory.createInMemoryRegistryRealm()
|
static UserRealm |
RegistryRealmFactory.createRegistryRealm(javax.servlet.ServletConfig config)
|
static UserRealm |
RegistryRealmFactory.createURLBasedRegistryRealm(java.lang.String dbURL,
java.lang.String driverName,
java.lang.String userName,
java.lang.String password)
|
Uses of UserRealm in org.wso2.registry.session |
---|
Methods in org.wso2.registry.session that return UserRealm | |
---|---|
static UserRealm |
CurrentSession.getRealm()
|
static UserRealm |
SessionRealm.getRealm()
|
UserRealm |
UserRegistry.getUserRealm()
Registry API users access the user realm using this method. |
Methods in org.wso2.registry.session with parameters of type UserRealm | |
---|---|
static void |
CurrentSession.setRealm(UserRealm userRealm)
|
static void |
SessionRealm.setRealm(UserRealm userRealm)
|
Constructors in org.wso2.registry.session with parameters of type UserRealm | |
---|---|
UserRegistry(java.lang.String userName,
Registry coreRegistry,
UserRealm defaultRealm,
javax.sql.DataSource dataSource)
|
|
UserRegistry(java.lang.String userName,
java.lang.String password,
Registry coreRegistry,
UserRealm defaultRealm,
javax.sql.DataSource dataSource)
|
Uses of UserRealm in org.wso2.registry.users.accesscontrol |
---|
Classes in org.wso2.registry.users.accesscontrol that implement UserRealm | |
---|---|
class |
AuthorizingRealm
ACL aware Realm. |
Fields in org.wso2.registry.users.accesscontrol declared as UserRealm | |
---|---|
protected UserRealm |
AuthorizingRealm.realm
|
Methods in org.wso2.registry.users.accesscontrol that return UserRealm | |
---|---|
UserRealm |
AuthorizingRealmConfig.getRealm()
|
Methods in org.wso2.registry.users.accesscontrol with parameters of type UserRealm | |
---|---|
void |
AuthorizingRealmConfig.setRealm(UserRealm realm)
|
Uses of UserRealm in org.wso2.registry.users.def |
---|
Classes in org.wso2.registry.users.def that implement UserRealm | |
---|---|
class |
DefaultRealm
DefaultRealm is used by developers when the need to maintain users from scratch. |
Uses of UserRealm in org.wso2.registry.users.verifier |
---|
Methods in org.wso2.registry.users.verifier with parameters of type UserRealm | |
---|---|
static void |
EmailVerifier.init(UserRealm realmInstance,
EmailVerifierConfig verifierConfig)
Configures the Email Verifier |
Uses of UserRealm in org.wso2.registry.utils |
---|
Methods in org.wso2.registry.utils with parameters of type UserRealm | |
---|---|
static void |
AuthorizationUtils.populateUserStore(UserRealm realm)
Populates all necessary users, roles and authorizations related user store. |
static void |
AuthorizationUtils.setRootAuthorizations(java.lang.String rootID,
UserRealm systemRealm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |