public class ADFSecurityConfig extends java.lang.Object implements ADFConfigCallback
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CREDENTIALSTORE_CONTEXT |
static java.lang.String |
JAAS_SECURITY_CONTEXT |
static java.lang.String |
MULTI_LEVEL_AUTH |
static java.lang.String |
namespaceURI |
static java.lang.String |
SECURITY_METADATA |
Constructor and Description |
---|
ADFSecurityConfig()
Internal: Applications should not use this method.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
parseADFConfiguration(org.w3c.dom.Element el, java.util.Map storedResult, ADFConfigParsingContext currentCtx)
Internal: Applications should not use this method.
|
public static final java.lang.String namespaceURI
public static final java.lang.String JAAS_SECURITY_CONTEXT
public static final java.lang.String CREDENTIALSTORE_CONTEXT
public static final java.lang.String SECURITY_METADATA
public static final java.lang.String MULTI_LEVEL_AUTH
public ADFSecurityConfig()
public java.util.Map parseADFConfiguration(org.w3c.dom.Element el, java.util.Map storedResult, ADFConfigParsingContext currentCtx)
parseADFConfiguration
in interface ADFConfigCallback
el
- The dom element currently being parsed.storedResult
- The cached parsed results thus far for the registered namespacecurrentCtx
- the current context available at the time of parsing. This can store useful information like the file identifier, ServletContext. This can also be used to store information that may need to be added in future.