Package io.apicurio.registry.auth
Annotation Type Authorized
-
@InterceptorBinding @Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Authorized
- Author:
- eric.wittmann@gmail.com
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description AuthorizedLevellevelAuthorizedStylestyle
-
-
-
Element Detail
-
style
AuthorizedStyle style
- Default:
- io.apicurio.registry.auth.AuthorizedStyle.GroupAndArtifact
-
-
-
level
AuthorizedLevel level
- Default:
- io.apicurio.registry.auth.AuthorizedLevel.Read
-
-