Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.6.0)

E10686-07

oracle.adf.share.security
Class ADFSecurityConfig

java.lang.Object
  extended by oracle.adf.share.security.ADFSecurityConfig
All Implemented Interfaces:
ADFConfigCallback

public class ADFSecurityConfig
extends java.lang.Object
implements ADFConfigCallback

Internal: Applications should not use this class.


Field Summary
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 Summary
ADFSecurityConfig()
          Internal: Applications should not use this method.
 
Method Summary
 java.util.Map parseADFConfiguration(org.w3c.dom.Element el, java.util.Map storedResult, ADFConfigParsingContext currentCtx)
          Internal: Applications should not use this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespaceURI

public static final java.lang.String namespaceURI
See Also:
Constant Field Values

JAAS_SECURITY_CONTEXT

public static final java.lang.String JAAS_SECURITY_CONTEXT
See Also:
Constant Field Values

CREDENTIALSTORE_CONTEXT

public static final java.lang.String CREDENTIALSTORE_CONTEXT
See Also:
Constant Field Values

SECURITY_METADATA

public static final java.lang.String SECURITY_METADATA
See Also:
Constant Field Values

MULTI_LEVEL_AUTH

public static final java.lang.String MULTI_LEVEL_AUTH
See Also:
Constant Field Values
Constructor Detail

ADFSecurityConfig

public ADFSecurityConfig()
Internal: Applications should not use this method.

Method Detail

parseADFConfiguration

public java.util.Map parseADFConfiguration(org.w3c.dom.Element el,
                                           java.util.Map storedResult,
                                           ADFConfigParsingContext currentCtx)
Internal: Applications should not use this method.

Specified by:
parseADFConfiguration in interface ADFConfigCallback
Parameters:
el - The dom element currently being parsed.
storedResult - The cached parsed results thus far for the registered namespace
currentCtx - 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.
Returns:
component returns the Map, which will be cached for that component and this will be the new storedResult

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.6.0)

E10686-07

Copyright © 1997, 2011, Oracle. All rights reserved.