com.netscape.certsrv.profile
Interface IProfileContext

All Known Implementing Classes:
EnrollProfileContext, ProfileContext

public interface IProfileContext

This interface represents a profile context which stores system-wide and user-provided information for assisting request creation.

Version:
$Revision: 14561 $, $Date: 2007-05-01 10:28:56 -0700 (Tue, 01 May 2007) $

Method Summary
 java.lang.String get(java.lang.String name)
          Retrieves a value from the context.
 void set(java.lang.String name, java.lang.String value)
          Sets a value into the context.
 

Method Detail

set

void set(java.lang.String name,
         java.lang.String value)
Sets a value into the context.

Parameters:
name - property name
value - property value

get

java.lang.String get(java.lang.String name)
Retrieves a value from the context.

Parameters:
name - property name
Returns:
property value