com.novell.nxpe
Interface NxpeContextDataElement


public interface NxpeContextDataElement

Since:
NXPE1.0
Author:
Paladin Team

Method Summary
 int getEnumerativeValue()
           
 java.lang.String getName()
           
 java.lang.String getParameter()
           
 java.lang.Object getValue(NxpeInformationContext informationContext, NxpeResponseContext responseContext)
           
 void initialize(NxpeParameterList configurationValues)
          Called by Nxpe to initialize a component in preparation for policy evaluation.
 

Method Detail

initialize

void initialize(NxpeParameterList configurationValues)
                throws NxpeException
Called by Nxpe to initialize a component in preparation for policy evaluation. Notes: Derived classes are required to override this method. This method is guaranteed to be called before any other method is called, as this is part of object construction.

Parameters:
configurationValues - List of configuration data required by the external ContextDataElement handler. This object is only valid during the lifetime of the initialize() method. If the context data element wants to preserve config data, it must be copied to the context data element handler.
Throws:
NxpeException

getName

java.lang.String getName()

getEnumerativeValue

int getEnumerativeValue()

getParameter

java.lang.String getParameter()

getValue

java.lang.Object getValue(NxpeInformationContext informationContext,
                          NxpeResponseContext responseContext)
                          throws NxpeException
Throws:
NxpeException


Copyright © 2005-2009 Novell, Inc. All Rights Reserved.