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.AnnotationScopeEndpointConfig.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 Map<Class<? extends Annotation>,List<Annotation>>EndpointConfig. annotations(EndpointConfig.AnnotationScope... scopes)Deprecated.use iteration over security levels insteadEndpointConfig.BuilderEndpointConfig.Builder. annotations(EndpointConfig.AnnotationScope scope, Map<Class<? extends Annotation>,List<Annotation>> annotations)Deprecated.Use thesecurityLevelsmethod.<T extends Annotation>
List<T>EndpointConfig. combineAnnotations(Class<T> annotationClass, EndpointConfig.AnnotationScope... scopes)Deprecated.use iteration over security levels instead<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.
-