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

Packages that use UserRealm
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.dao   
org.wso2.registry.jdbc.handlers   
org.wso2.registry.jdbc.handlers.builtin   
org.wso2.registry.jdbc.mediatypes   
org.wso2.registry.jdbc.mediatypes.builtin   
org.wso2.registry.jdbc.queries   
org.wso2.registry.jdbc.realm   
org.wso2.registry.jdbc.urlhandlers   
org.wso2.registry.secure   
org.wso2.registry.servlet   
org.wso2.registry.users.accesscontrol   
org.wso2.registry.users.def   
org.wso2.registry.users.verifier   
org.wso2.registry.utils   
 

Uses of UserRealm in org.wso2.registry.jdbc
 

Fields in org.wso2.registry.jdbc declared as UserRealm
protected  UserRealm Repository.realm
          User manager realm, which can be used to set permissions on resources.
 

Methods in org.wso2.registry.jdbc that return UserRealm
 UserRealm JDBCRegistry.getDefaultRealm()
           
 

Constructors in org.wso2.registry.jdbc with parameters of type UserRealm
JDBCRegistry(javax.sql.DataSource dataSource, UserRealm realm)
          Constructs a JDBC registry to be used with secure registries.
Repository(javax.sql.DataSource dataSource, UserRealm userRealm)
           
 

Uses of UserRealm in org.wso2.registry.jdbc.dao
 

Methods in org.wso2.registry.jdbc.dao with parameters of type UserRealm
 void VersionedResourceDAO.renameResource(java.lang.String oldPath, java.lang.String newPath, java.sql.Connection conn, java.lang.String userId, UserRealm realm, Registry registry)
          This method will move a resource from oldpath to newpath , the internal implementation is such that frit the release will be deleted from oldPath parent and will be added to the newptah so if the oldpath is "foo/bar/r1" then the r1 will be removed from foo/bar.
 void VersionedResourceDAO.renameWithoutDelete(java.lang.String oldPath, java.lang.String newPath, java.lang.String userId, UserRealm realm, Registry registry)
          This method will copy a resource from oldpath to newpath , the internal implementation is such that copy all the resources from oldpath to new path including tags , comments and ratings.
 

Uses of UserRealm in org.wso2.registry.jdbc.handlers
 

Fields in org.wso2.registry.jdbc.handlers declared as UserRealm
protected  UserRealm Handler.realm
          User manager realm, which can be used to set permissions on resources.
 

Methods in org.wso2.registry.jdbc.handlers with parameters of type UserRealm
 void Handler.setRealm(UserRealm realm)
           
 

Constructors in org.wso2.registry.jdbc.handlers with parameters of type UserRealm
Handler(javax.sql.DataSource dataSource, UserRealm realm, Repository repository, Registry registry)
           
HandlerManager(javax.sql.DataSource dataSource, UserRealm userRealm, Registry registry, Repository repository)
           
 

Uses of UserRealm in org.wso2.registry.jdbc.handlers.builtin
 

Constructors in org.wso2.registry.jdbc.handlers.builtin with parameters of type UserRealm
Axis2RepositoryHandler(javax.sql.DataSource dataSource, UserRealm userRealm, Repository repository, Registry registry)
           
CommentURLHandler(javax.sql.DataSource dataSource, UserRealm userRealm, Repository repository, Registry registry)
           
 

Uses of UserRealm in org.wso2.registry.jdbc.mediatypes
 

Fields in org.wso2.registry.jdbc.mediatypes declared as UserRealm
protected  UserRealm MediaTypeHandler.realm
          User manager realm, which can be used to set permissions on resources.
 

Constructors in org.wso2.registry.jdbc.mediatypes with parameters of type UserRealm
MediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
MediaTypeManager(javax.sql.DataSource dataSource, UserRealm realm, Registry registry)
           
 

Uses of UserRealm in org.wso2.registry.jdbc.mediatypes.builtin
 

Constructors in org.wso2.registry.jdbc.mediatypes.builtin with parameters of type UserRealm
Axis2RepositoryMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
DefaultMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
SQLQueryMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
SynapseRepositoryMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
WSDLMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
XSDMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
 

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)
           
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
           
 

Uses of UserRealm in org.wso2.registry.jdbc.urlhandlers
 

Fields in org.wso2.registry.jdbc.urlhandlers declared as UserRealm
protected  UserRealm URLHandler.realm
          Default realm of the user manager used in the registry.
 

Constructors in org.wso2.registry.jdbc.urlhandlers with parameters of type UserRealm
CommentURLHandler(javax.sql.DataSource dataSource, UserRealm realm)
           
RatingsCollectionURLHandler(javax.sql.DataSource dataSource, UserRealm realm)
           
RatingURLHandler(javax.sql.DataSource dataSource, UserRealm realm)
           
TagURLHandler(javax.sql.DataSource dataSource, UserRealm realm)
           
URLHandler(javax.sql.DataSource dataSource, UserRealm realm)
           
URLHandlerManager(javax.sql.DataSource dataSource, UserRealm realm, Registry registry)
           
 

Uses of UserRealm in org.wso2.registry.secure
 

Methods in org.wso2.registry.secure that return UserRealm
 UserRealm RegistryUserManager.getRealm()
           
 UserRealm SecureRegistry.getUserRealm()
           
 

Constructors in org.wso2.registry.secure with parameters of type UserRealm
RegistryUserManager(UserRealm userRealm)
           
RegistryUserManager(UserRealm deafuleRealm, java.lang.String userName)
           
SecureRegistry(java.lang.String userID, Registry registry, UserRealm defaultRealm)
          Non-authenticating constructor.
SecureRegistry(java.lang.String userID, java.lang.String password, Registry registry, UserRealm defaultRealm)
           
 

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.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 AuthorizationUtil.populateUserStore(UserRealm realm)
           
static void AuthorizationUtil.setDefaultAuthorizations(UserRealm realm, java.lang.String path, java.lang.String authorUserName)
           
 



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