Enum LambdaType

java.lang.Object
java.lang.Enum<LambdaType>
io.fusionauth.domain.LambdaType
All Implemented Interfaces:
Serializable, Comparable<LambdaType>, java.lang.constant.Constable

public enum LambdaType extends Enum<LambdaType>
The types of lambdas that indicate how they are invoked by FusionAuth.
Author:
Brian Pontarelli
  • Enum Constant Details

    • JWTPopulate

      public static final LambdaType JWTPopulate
    • OpenIDReconcile

      public static final LambdaType OpenIDReconcile
    • SAMLv2Reconcile

      public static final LambdaType SAMLv2Reconcile
    • SAMLv2Populate

      public static final LambdaType SAMLv2Populate
    • AppleReconcile

      public static final LambdaType AppleReconcile
    • ExternalJWTReconcile

      public static final LambdaType ExternalJWTReconcile
    • FacebookReconcile

      public static final LambdaType FacebookReconcile
    • GoogleReconcile

      public static final LambdaType GoogleReconcile
    • HYPRReconcile

      public static final LambdaType HYPRReconcile
    • TwitterReconcile

      public static final LambdaType TwitterReconcile
    • LDAPConnectorReconcile

      public static final LambdaType LDAPConnectorReconcile
    • LinkedInReconcile

      public static final LambdaType LinkedInReconcile
    • EpicGamesReconcile

      public static final LambdaType EpicGamesReconcile
    • NintendoReconcile

      public static final LambdaType NintendoReconcile
    • SonyPSNReconcile

      public static final LambdaType SonyPSNReconcile
    • SteamReconcile

      public static final LambdaType SteamReconcile
    • TwitchReconcile

      public static final LambdaType TwitchReconcile
    • XboxReconcile

      public static final LambdaType XboxReconcile
    • ClientCredentialsJWTPopulate

      public static final LambdaType ClientCredentialsJWTPopulate
    • SCIMServerGroupRequestConverter

      public static final LambdaType SCIMServerGroupRequestConverter
    • SCIMServerGroupResponseConverter

      public static final LambdaType SCIMServerGroupResponseConverter
    • SCIMServerUserRequestConverter

      public static final LambdaType SCIMServerUserRequestConverter
    • SCIMServerUserResponseConverter

      public static final LambdaType SCIMServerUserResponseConverter
    • SelfServiceRegistrationValidation

      public static final LambdaType SelfServiceRegistrationValidation
    • UserInfoPopulate

      public static final LambdaType UserInfoPopulate
    • LoginValidation

      public static final LambdaType LoginValidation
  • Method Details

    • values

      public static LambdaType[] 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 LambdaType 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
    • getExample

      public String getExample()
    • getFunctionName

      public String getFunctionName()