org.wso2.solutions.identity.users.wsas
Class WSASRealm

java.lang.Object
  extended by 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


Constructor Summary
WSASRealm()
           
 
Method Summary
 org.wso2.usermanager.AccessControlAdmin getAccessControlAdmin()
           
 org.wso2.usermanager.Authenticator getAuthenticator()
           
 org.wso2.usermanager.Authorizer getAuthorizer()
           
 java.lang.Object getRealmConfiguration()
           
 org.wso2.usermanager.UserStoreAdmin getUserStoreAdmin()
           
 org.wso2.usermanager.UserStoreReader getUserStoreReader()
           
 void init(java.lang.Object configBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSASRealm

public WSASRealm()
Method Detail

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