Enum ImpersonationSessionNote

java.lang.Object
java.lang.Enum<ImpersonationSessionNote>
org.keycloak.models.ImpersonationSessionNote
All Implemented Interfaces:
Serializable, Comparable<ImpersonationSessionNote>, UserSessionNoteDescriptor

public enum ImpersonationSessionNote extends Enum<ImpersonationSessionNote> implements UserSessionNoteDescriptor
Session note metadata for impersonation details stored in user session notes.
  • Enum Constant Details

  • Method Details

    • values

      public static ImpersonationSessionNote[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ImpersonationSessionNote valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface UserSessionNoteDescriptor
      Returns:
      A human-readable name for the session note. This should tell the end user what the session note contains
    • getTokenClaim

      public String getTokenClaim()
      Specified by:
      getTokenClaim in interface UserSessionNoteDescriptor
      Returns:
      Token claim name/path to store the user session note value in.