Annotation Type Credentials

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String callerName
      Name of caller.
      String password
      A text-based password used by the caller to authenticate.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] groups
      The optional list of groups that the specified caller is in.
    • Element Detail

      • callerName

        String callerName
        Name of caller. This is the name a caller uses to authenticate with.
        Returns:
        Name of caller
      • password

        String password
        A text-based password used by the caller to authenticate.
        Returns:
        A text-based password
      • groups

        String[] groups
        The optional list of groups that the specified caller is in.
        Returns:
        optional list of groups
        Default:
        {}