Class PlainPropertyFormatHeaplet

java.lang.Object
org.forgerock.openig.heap.GenericHeaplet
org.forgerock.openig.secrets.PlainPropertyFormatHeaplet
All Implemented Interfaces:
Heaplet

public class PlainPropertyFormatHeaplet extends GenericHeaplet
A SecretPropertyFormat for a PLAIN format.

Usage:

 {
       "type": "PlainPropertyFormat"
 }
 

Note that it's not necessary to create new instances of this format. An instance of this object is already present in the heap at key Keys.PLAIN_PROPERTY_FORMAT.

  • Field Details

  • Constructor Details

    • PlainPropertyFormatHeaplet

      public PlainPropertyFormatHeaplet()
  • Method Details