Uses of Class
io.helidon.security.SecurityLevel
Packages that use SecurityLevel
Package
Description
Security
Helidon WebServer gRPC security support.
-
Uses of SecurityLevel in io.helidon.security
Classes in io.helidon.security that implement interfaces with type arguments of type SecurityLevelMethods in io.helidon.security that return SecurityLevelMethods in io.helidon.security that return types with arguments of type SecurityLevelModifier and TypeMethodDescriptionEndpointConfig.securityLevels()Get all security levels endpoint configuration object registered.Methods in io.helidon.security with parameters of type SecurityLevelModifier and TypeMethodDescriptionSecurityLevel.SecurityLevelBuilder.from(SecurityLevel level) Use the provided level as defaults for components not explicitly set on this builder.Method parameters in io.helidon.security with type arguments of type SecurityLevelModifier and TypeMethodDescriptionEndpointConfig.Builder.securityLevels(List<SecurityLevel> securityLevels) Sets security levels to this endpoint configuration builder. -
Uses of SecurityLevel in io.helidon.webserver.grpc.security
Methods in io.helidon.webserver.grpc.security that return types with arguments of type SecurityLevelModifier and TypeMethodDescriptionGrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl.securityLevels()GrpcSecurityHandlerConfig.BuilderBase.securityLevels()Security levels discovered from endpoint annotations.default List<SecurityLevel> GrpcSecurityHandlerConfig.securityLevels()Security levels discovered from endpoint annotations.Methods in io.helidon.webserver.grpc.security with parameters of type SecurityLevelModifier and TypeMethodDescriptionGrpcSecurityHandlerConfig.BuilderBase.addSecurityLevel(SecurityLevel securityLevel) Security levels discovered from endpoint annotations.GrpcSecurityHandler.securityLevel(SecurityLevel securityLevel) Add a security level discovered from endpoint annotations.Method parameters in io.helidon.webserver.grpc.security with type arguments of type SecurityLevelModifier and TypeMethodDescriptionGrpcSecurityHandlerConfig.BuilderBase.addSecurityLevels(List<? extends SecurityLevel> securityLevels) Security levels discovered from endpoint annotations.GrpcSecurityHandlerConfig.BuilderBase.securityLevels(List<? extends SecurityLevel> securityLevels) Security levels discovered from endpoint annotations.