| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface AppContext
AppContext is an interface that allows an application developer to publish values from within the application to the security runtime. The runtime may use these values to assist it in providing security decisions or information.
| Method Summary | |
|---|---|
|  AppContextElement | getElement(String name)Gets an element for the specified AppContextElementname. | 
|  AppContextElement[] | getElements(String[] names)Gets an array of AppContextElementobjects containing values for each of the
 named elements that are known. | 
|  String[] | getNames()Gets a list of AppContextElementnames that may be requested. | 
|  int | size()Provides the count of the number of AppContextElements that the AppContext
 is able to return. | 
| Method Detail | 
|---|
int size()
AppContextElements that the AppContext
 is able to return.
AppContextElements that can be
              requested. A value of -1 indicates that the
              handler is unable to return the exact count.String[] getNames()
AppContextElement names that may be requested.
AppContextElements that
          may be requested, represented as an array of Strings.AppContextElement getElement(String name)
AppContextElement name.
name - the name of the AppContextElement for which a value
              should be returned, represented as a String.
Object that contains the value of the requested name.
                  If the value of the name parameter is unknown,
                  a null value is returned.AppContextElement[] getElements(String[] names)
AppContextElement objects containing values for each of the
 named elements that are known.
names - the names of the AppContextElements
               to be returned, represented as an array of Strings.
AppContextElement object for
                           each of the named elements found in the names
                           parameter.  The value for the requested element is returned as
               a java.lang.Object.
               If a name in the names parameter is unknown, the
               name will not appear in the array of AppContextElement
                           objects.| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||