|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserRealm
The Realm of the WSO2 user Kernel. The realm represents a user store. This is a collection of interfaces. To enable WSO2 platform with a custom realm, implement this interface and add the class to the class path. Provide the class name in the configuration file and the framework will pick the new realm code.
| Method Summary | |
|---|---|
AuthorizationManager |
getAuthorizationManager()
Get the AuthorizationReader of the system |
ClaimManager |
getClaimManager()
Get the ClaimManager of the system |
ProfileConfigurationManager |
getProfileConfigurationManager()
Get the ProfileConfigurationManager of the system |
RealmConfiguration |
getRealmConfiguration()
Get the realm configuration |
UserStoreManager |
getUserStoreManager()
Get the UserStoreManager of the system |
| Method Detail |
|---|
AuthorizationManager getAuthorizationManager()
throws UserStoreException
UserStoreException
UserStoreManager getUserStoreManager()
throws UserStoreException
UserStoreException
ClaimManager getClaimManager()
throws UserStoreException
UserStoreException
ProfileConfigurationManager getProfileConfigurationManager()
throws UserStoreException
UserStoreException
RealmConfiguration getRealmConfiguration()
throws UserStoreException
UserStoreException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||