public class AnonymousSessionUtil extends Object
Constructor and Description |
---|
AnonymousSessionUtil() |
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.user.core.UserRealm |
getRealmByTenantDomain(org.wso2.carbon.registry.core.service.RegistryService registryService,
org.wso2.carbon.user.core.service.RealmService realmService,
String tenantDomain) |
static org.wso2.carbon.user.core.UserRealm |
getRealmByUserName(org.wso2.carbon.registry.core.service.RegistryService registryService,
org.wso2.carbon.user.core.service.RealmService realmService,
String userName) |
static org.wso2.carbon.registry.core.session.UserRegistry |
getSystemRegistryByDomainName(org.wso2.carbon.registry.core.service.RegistryService registryService,
org.wso2.carbon.user.core.service.RealmService realmService,
String domainName)
Deprecated.
|
static org.wso2.carbon.registry.core.session.UserRegistry |
getSystemRegistryByUserName(org.wso2.carbon.registry.core.service.RegistryService registryService,
org.wso2.carbon.user.core.service.RealmService realmService,
String userName)
Deprecated.
|
static org.wso2.carbon.registry.core.session.UserRegistry |
getUserRegistry(org.wso2.carbon.registry.core.service.RegistryService registryService,
String userName)
Deprecated.
|
static org.wso2.carbon.registry.core.session.UserRegistry |
getUserRegistryByUserName(org.wso2.carbon.registry.core.service.RegistryService registryService,
org.wso2.carbon.user.core.service.RealmService realmService,
String userName)
Deprecated.
|
public static org.wso2.carbon.registry.core.session.UserRegistry getSystemRegistryByUserName(org.wso2.carbon.registry.core.service.RegistryService registryService, org.wso2.carbon.user.core.service.RealmService realmService, String userName) throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonException
public static org.wso2.carbon.registry.core.session.UserRegistry getUserRegistryByUserName(org.wso2.carbon.registry.core.service.RegistryService registryService, org.wso2.carbon.user.core.service.RealmService realmService, String userName) throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonException
public static org.wso2.carbon.registry.core.session.UserRegistry getSystemRegistryByDomainName(org.wso2.carbon.registry.core.service.RegistryService registryService, org.wso2.carbon.user.core.service.RealmService realmService, String domainName) throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonException
public static org.wso2.carbon.registry.core.session.UserRegistry getUserRegistry(org.wso2.carbon.registry.core.service.RegistryService registryService, String userName) throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonException
public static org.wso2.carbon.user.core.UserRealm getRealmByUserName(org.wso2.carbon.registry.core.service.RegistryService registryService, org.wso2.carbon.user.core.service.RealmService realmService, String userName) throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonException
public static org.wso2.carbon.user.core.UserRealm getRealmByTenantDomain(org.wso2.carbon.registry.core.service.RegistryService registryService, org.wso2.carbon.user.core.service.RealmService realmService, String tenantDomain) throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonException
Copyright © 2016 WSO2 Inc. All rights reserved.