public class IdentityConfigParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IS_DISTRIBUTED_CACHE |
static String |
IS_TEMPORARY |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
getConfigElement(String localPart)
Returns the element with the provided local part
|
Map<String,Object> |
getConfiguration() |
static Map<IdentityEventListenerConfigKey,IdentityEventListenerConfig> |
getEventListenerConfiguration() |
static Map<IdentityCacheConfigKey,IdentityCacheConfig> |
getIdentityCacheConfigurationHolder() |
static Map<String,IdentityCookieConfig> |
getIdentityCookieConfigurationHolder() |
static IdentityConfigParser |
getInstance() |
static IdentityConfigParser |
getInstance(String filePath) |
QName |
getQNameWithIdentityNS(String localPart)
Returns the QName with the identity name space
|
public static final String IS_DISTRIBUTED_CACHE
public static final String IS_TEMPORARY
public static IdentityConfigParser getInstance()
public static IdentityConfigParser getInstance(String filePath)
public static Map<IdentityEventListenerConfigKey,IdentityEventListenerConfig> getEventListenerConfiguration()
public static Map<IdentityCacheConfigKey,IdentityCacheConfig> getIdentityCacheConfigurationHolder()
public static Map<String,IdentityCookieConfig> getIdentityCookieConfigurationHolder()
public org.apache.axiom.om.OMElement getConfigElement(String localPart)
localPart
- local part nameCopyright © 2019 WSO2. All rights reserved.