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: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

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