BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.providers.authorization
Class AugmentedContext

java.lang.Object
  |
  +--weblogic.security.providers.authorization.AugmentedContext

public class AugmentedContext
extends java.lang.Object
implements weblogic.entitlement.expression.Context

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
AugmentedContext(weblogic.entitlement.expression.Context context, java.lang.String augName, java.lang.Object augValue)
           
 
Method Summary
 java.util.Iterator contextNames()
           
 java.lang.Object getValue(java.lang.String name)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AugmentedContext

public AugmentedContext(weblogic.entitlement.expression.Context context,
                        java.lang.String augName,
                        java.lang.Object augValue)
Method Detail

getValue

public java.lang.Object getValue(java.lang.String name)
Specified by:
getValue in interface weblogic.entitlement.expression.Context


contextNames

public java.util.Iterator contextNames()
Specified by:
contextNames in interface weblogic.entitlement.expression.Context


size

public int size()
Specified by:
size in interface weblogic.entitlement.expression.Context


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b