Uses of Class
io.helidon.security.SecurityLevel
-
Packages that use SecurityLevel Package Description io.helidon.security Security -
-
Uses of SecurityLevel in io.helidon.security
Methods in io.helidon.security that return SecurityLevel Modifier and Type Method Description SecurityLevel
SecurityLevel.SecurityLevelBuilder. build()
Methods in io.helidon.security that return types with arguments of type SecurityLevel Modifier and Type Method Description List<SecurityLevel>
EndpointConfig. securityLevels()
Get all security levels endpoint configuration object registered.Methods in io.helidon.security with parameters of type SecurityLevel Modifier and Type Method Description static SecurityLevel.SecurityLevelBuilder
SecurityLevel. 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 SecurityLevel Modifier and Type Method Description EndpointConfig.Builder
EndpointConfig.Builder. securityLevels(List<SecurityLevel> securityLevels)
Sets security levels to this endpoint configuration builder.
-