Uses of Class
io.helidon.security.SecurityLevel.SecurityLevelBuilder
Packages that use SecurityLevel.SecurityLevelBuilder
Package
Description
Security
Helidon WebServer gRPC security support.
-
Uses of SecurityLevel.SecurityLevelBuilder in io.helidon.security
Classes in io.helidon.security that implement interfaces with type arguments of type SecurityLevel.SecurityLevelBuilderMethods in io.helidon.security that return SecurityLevel.SecurityLevelBuilderModifier and TypeMethodDescriptionSecurityLevel.SecurityLevelBuilder.addClassAnnotation(Annotation annotation) Add a class annotation to the list of annotations already configured.SecurityLevel.SecurityLevelBuilder.addClassAnnotation(Annotation annotation) Add a class annotation to the list of annotations already configured.SecurityLevel.SecurityLevelBuilder.addMethodAnnotation(Annotation annotation) Add a method annotation to the list of annotations already configured.SecurityLevel.SecurityLevelBuilder.addMethodAnnotation(Annotation annotation) Add a method annotation to the list of annotations already configured.SecurityLevel.builder()Create a new fluent API builder for this type.SecurityLevel.SecurityLevelBuilder.classAnnotations(List<Annotation> annotations) Class annotation of the analyzed type.SecurityLevel.SecurityLevelBuilder.from(SecurityLevel level) Use the provided level as defaults for components not explicitly set on this builder.SecurityLevel.SecurityLevelBuilder.methodAnnotations(List<Annotation> annotations) Set list of method annotations.SecurityLevel.SecurityLevelBuilder.methodName(String methodName) Method name of the method being secured.The analyzed type.The analyzed type. -
Uses of SecurityLevel.SecurityLevelBuilder in io.helidon.webserver.grpc.security
Method parameters in io.helidon.webserver.grpc.security with type arguments of type SecurityLevel.SecurityLevelBuilderModifier and TypeMethodDescriptionGrpcSecurityHandlerConfig.BuilderBase.addSecurityLevel(Consumer<SecurityLevel.SecurityLevelBuilder> consumer) Security levels discovered from endpoint annotations.