Uses of Enum Class
io.helidon.security.EndpointConfig.AnnotationScope
Packages that use EndpointConfig.AnnotationScope
-
Uses of EndpointConfig.AnnotationScope in io.helidon.security
Methods in io.helidon.security that return EndpointConfig.AnnotationScopeModifier 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.Methods in io.helidon.security with parameters of type EndpointConfig.AnnotationScopeModifier and TypeMethodDescriptionSecurityLevel.combineAnnotations(TypeName annotationType, EndpointConfig.AnnotationScope... scopes) Combines all the annotations of the specific type across all the requested scopes.<T extends Annotation>
List<T> SecurityLevel.combineAnnotations(Class<T> annotationType, EndpointConfig.AnnotationScope... scopes) Deprecated, for removal: This API element is subject to removal in a future version.SecurityLevel.filterAnnotations(TypeName annotationType, EndpointConfig.AnnotationScope scope) Filters out all annotations of the specific type in the specific scope.<T extends Annotation>
List<T> SecurityLevel.filterAnnotations(Class<T> annotationType, EndpointConfig.AnnotationScope scope) Deprecated, for removal: This API element is subject to removal in a future version.
SecurityLevel.combineAnnotations(io.helidon.common.types.TypeName, io.helidon.security.EndpointConfig.AnnotationScope...)instead