Class OutcomeProvider.Outcome

java.lang.Object
org.forgerock.openam.auth.node.api.OutcomeProvider.Outcome
Enclosing interface:
OutcomeProvider

public static final class OutcomeProvider.Outcome extends Object
A model object for an outcome.
  • Field Details

    • id

      public final String id
      The outcome id.
    • displayName

      public final String displayName
      The outcome display name.
  • Constructor Details

    • Outcome

      public Outcome(String id, String displayName)
      Constructs a new outcome.
      Parameters:
      id - The outcome id.
      displayName - The outcome display name.