Uses of Class
io.helidon.security.SecurityLevel
Packages that use SecurityLevel
-
Uses of SecurityLevel in io.helidon.security
Methods 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.create
(SecurityLevel copyFrom) Creates builder for security levels based on previously created security level.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.