Uses of Enum Class
io.helidon.security.EndpointConfig.AnnotationScope
Packages that use EndpointConfig.AnnotationScope
-
Uses of EndpointConfig.AnnotationScope in io.helidon.security
Subclasses with type arguments of type EndpointConfig.AnnotationScope in io.helidon.securityModifier and TypeClassDescriptionstatic enumScope of annotations used in applications that integrate 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.SecurityLevel.filterAnnotations(TypeName annotationType, EndpointConfig.AnnotationScope scope) Filters out all annotations of the specific type in the specific scope.