Uses of Class
io.helidon.security.EndpointConfig.AnnotationScope
-
Packages that use EndpointConfig.AnnotationScope Package Description io.helidon.security Security -
-
Uses of EndpointConfig.AnnotationScope in io.helidon.security
Methods in io.helidon.security that return EndpointConfig.AnnotationScope Modifier and Type Method Description static EndpointConfig.AnnotationScope
EndpointConfig.AnnotationScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static EndpointConfig.AnnotationScope[]
EndpointConfig.AnnotationScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.security with parameters of type EndpointConfig.AnnotationScope Modifier and Type Method Description <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.
-