|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserRegistry | |
---|---|
org.wso2.registry.jdbc | |
org.wso2.registry.servlet | |
org.wso2.registry.servlet.utils |
Uses of UserRegistry in org.wso2.registry.jdbc |
---|
Methods in org.wso2.registry.jdbc that return UserRegistry | |
---|---|
UserRegistry |
EmbeddedRegistry.getSystemRegistry()
Returns a registry to be used for system operations. |
UserRegistry |
EmbeddedRegistry.getUserRegistry()
Creates a UserRegistry instance for anonymous user. |
UserRegistry |
EmbeddedRegistry.getUserRegistry(java.lang.String userName)
Creates a UserRegistry instance for the given user. |
UserRegistry |
EmbeddedRegistry.getUserRegistry(java.lang.String userName,
java.lang.String password)
Creates UserRegistry instances for normal users. |
Uses of UserRegistry in org.wso2.registry.servlet |
---|
Methods in org.wso2.registry.servlet that return UserRegistry | |
---|---|
static UserRegistry |
ResourceRequestProcessor.getUserRegistry(javax.servlet.http.HttpServletRequest request)
|
Uses of UserRegistry in org.wso2.registry.servlet.utils |
---|
Methods in org.wso2.registry.servlet.utils that return UserRegistry | |
---|---|
static UserRegistry |
Utils.getSecureRegistry(javax.servlet.http.HttpServletRequest request)
Returns the registry associated with the current session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |