|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserRealm
Registry access users through this interface
Method Summary | |
---|---|
AccessControlAdmin |
getAccessControlAdmin()
The returned object can manipulate access controls |
org.wso2.authenticator.Authenticator |
getAuthenticator()
The returned object can perform authentication checks |
Authorizer |
getAuthorizer()
The returned object can perform authorization checks |
java.lang.Object |
getRealmConfiguration()
Returns the realm configuration bean. |
UserStoreAdmin |
getUserStoreAdmin()
The returned object can manipulate the user store |
UserStoreReader |
getUserStoreReader()
The returned object can read data from user store |
void |
init(java.lang.Object configBean)
Initializes the realm using the properties from the configuration bean passed in. |
Method Detail |
---|
java.lang.Object getRealmConfiguration() throws UserStoreException
UserManagerException
UserStoreException
void init(java.lang.Object configBean) throws UserStoreException
UserManagerException
UserStoreException
org.wso2.authenticator.Authenticator getAuthenticator() throws UserStoreException
UserManagerException
UserStoreException
Authorizer getAuthorizer() throws UserStoreException
UserManagerException
UserStoreException
UserStoreReader getUserStoreReader() throws UserStoreException
UserStoreException
UserStoreAdmin getUserStoreAdmin() throws UserStoreException
UserManagerException
UserStoreException
AccessControlAdmin getAccessControlAdmin() throws UserStoreException
UserManagerException
UserStoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |