org.wso2.solutions.identity.users.wsas
Class WSASRealm
java.lang.Object
org.wso2.solutions.identity.users.wsas.WSASRealm
- All Implemented Interfaces:
- org.wso2.usermanager.Realm
public class WSASRealm
- extends java.lang.Object
- implements org.wso2.usermanager.Realm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSASRealm
public WSASRealm()
getAccessControlAdmin
public org.wso2.usermanager.AccessControlAdmin getAccessControlAdmin()
throws org.wso2.usermanager.UserManagerException
- Specified by:
getAccessControlAdmin
in interface org.wso2.usermanager.Realm
- Throws:
org.wso2.usermanager.UserManagerException
getAuthenticator
public org.wso2.usermanager.Authenticator getAuthenticator()
throws org.wso2.usermanager.UserManagerException
- Specified by:
getAuthenticator
in interface org.wso2.usermanager.Realm
- Throws:
org.wso2.usermanager.UserManagerException
getAuthorizer
public org.wso2.usermanager.Authorizer getAuthorizer()
throws org.wso2.usermanager.UserManagerException
- Specified by:
getAuthorizer
in interface org.wso2.usermanager.Realm
- Throws:
org.wso2.usermanager.UserManagerException
getRealmConfiguration
public java.lang.Object getRealmConfiguration()
throws org.wso2.usermanager.UserManagerException
- Specified by:
getRealmConfiguration
in interface org.wso2.usermanager.Realm
- Throws:
org.wso2.usermanager.UserManagerException
getUserStoreAdmin
public org.wso2.usermanager.UserStoreAdmin getUserStoreAdmin()
throws org.wso2.usermanager.UserManagerException
- Specified by:
getUserStoreAdmin
in interface org.wso2.usermanager.Realm
- Throws:
org.wso2.usermanager.UserManagerException
getUserStoreReader
public org.wso2.usermanager.UserStoreReader getUserStoreReader()
throws org.wso2.usermanager.UserManagerException
- Specified by:
getUserStoreReader
in interface org.wso2.usermanager.Realm
- Throws:
org.wso2.usermanager.UserManagerException
init
public void init(java.lang.Object configBean)
throws org.wso2.usermanager.UserManagerException
- Specified by:
init
in interface org.wso2.usermanager.Realm
- Throws:
org.wso2.usermanager.UserManagerException