JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.security.annotation
RunAs
Attribute
Contents
Description
Required Element Summary
Element Details
key
value
Hide sidebar
Show sidebar
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
String
key
String
value
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