Class LaunchType

    • Field Detail

      • LAUNCH_TYPE_SIMPLE

        public static final LaunchType LAUNCH_TYPE_SIMPLE
      • LAUNCH_TYPE_WEBSSO

        public static final LaunchType LAUNCH_TYPE_WEBSSO
      • LAUNCH_TYPE_PAM

        public static final LaunchType LAUNCH_TYPE_PAM
    • Constructor Detail

      • LaunchType

        protected LaunchType()
    • Method Detail

      • fromString

        public static LaunchType fromString​(String value)
        Creates an instance of LaunchType from value.
        Parameters:
        value - the value to create the LaunchType from.
      • getValue

        public String getValue()
        Gets the underlying value of this type safe enumeration.
        Returns:
        the underlying value.
      • literals

        public static List literals()
        Returns an unmodifiable list containing the literals that are known by this enumeration.
        Returns:
        A List containing the actual literals defined by this enumeration, this list can not be modified.
      • names

        public static List names()
        Returns an unmodifiable list containing the names of the literals that are known by this enumeration.
        Returns:
        A List containing the actual names of the literals defined by this enumeration, this list can not be modified.