org.wso2.solutions.identity.admin
Class RealmConfigAdmin
java.lang.Object
org.wso2.solutions.identity.admin.RealmConfigAdmin
public class RealmConfigAdmin
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealmConfigAdmin
public RealmConfigAdmin()
createNewRealmConfiguration
public void createNewRealmConfiguration(java.lang.String realmClassName,
java.lang.String configName,
java.util.Map properties)
throws IdentityProviderException
- Throws:
IdentityProviderException
setDefaultRealmConfiguration
public boolean setDefaultRealmConfiguration(java.lang.String configName)
throws IdentityProviderException
- Throws:
IdentityProviderException
getRealmConfiguration
public RealmConfigurationDO getRealmConfiguration(java.lang.String name)
throws IdentityProviderException
- Throws:
IdentityProviderException
updateRealmConfigurationProperties
public void updateRealmConfigurationProperties(java.util.Set properties)
throws IdentityProviderException
- Throws:
IdentityProviderException
deleteRealmConfiguration
public void deleteRealmConfiguration(RealmConfigurationDO config)
throws IdentityProviderException
- Throws:
IdentityProviderException