Annotation Interface RunAs.Attribute

Enclosing class:
RunAs

@Target({}) @Retention(RUNTIME) @Documented public static @interface RunAs.Attribute
An attribute entry for RunAs.
Since:
5.1.0
Author:
Sergio del Amo
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Element Details

    • key

      String key
      Returns:
      The authentication attribute key
      Since:
      5.1.0
    • value

      String value
      Returns:
      The authentication attribute value
      Since:
      5.1.0