Annotation Type Module

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> code
      The FQN of the module
      ModuleOption[] options
      Get an array of ModuleOption
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String flag
      Get the FLAG (REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL) satisfying the JAAS Configuration semantics
      String type
      Mainly used by mapping modules
    • Element Detail

      • code

        Class<?> code
        The FQN of the module
        Returns:
      • options

        ModuleOption[] options
        Get an array of ModuleOption
        Returns:
      • flag

        String flag
        Get the FLAG (REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL) satisfying the JAAS Configuration semantics
        Returns:
        Default:
        "REQUIRED"
      • type

        String type
        Mainly used by mapping modules
        Returns:
        Default:
        ""