Uses of Enum Class
io.helidon.security.EndpointConfig.AnnotationScope
-
Uses of EndpointConfig.AnnotationScope in io.helidon.security
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EndpointConfig.AnnotationScope[]
EndpointConfig.AnnotationScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription<T extends Annotation>
List<T> SecurityLevel.combineAnnotations
(Class<T> annotationType, EndpointConfig.AnnotationScope... scopes) Combines all the annotations of the specific type across all the requested scopes.<T extends Annotation>
List<T> SecurityLevel.filterAnnotations
(Class<T> annotationType, EndpointConfig.AnnotationScope scope) Filters out all annotations of the specific type in the specific scope.