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) Deprecated, for removal: This API element is subject to removal in a future version.SecurityLevel.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.
builder()andSecurityLevel.SecurityLevelBuilder.from(io.helidon.security.SecurityLevel)instead