Package io.helidon.microprofile.security
Class SecurityMpService
- java.lang.Object
-
- io.helidon.microprofile.security.SecurityMpService
-
- All Implemented Interfaces:
MpService
@Priority(15) public class SecurityMpService extends Object implements MpService
Security extension. Simply put this module into your dependencies and it will get picked-up by microprofile server. You can configure security using application.yaml (or any other default configuration for helidon config).
-
-
Constructor Summary
Constructors Constructor Description SecurityMpService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(MpServiceContext context)
Allow the service to add configuration through the context.
-
-
-
Method Detail
-
configure
public void configure(MpServiceContext context)
Description copied from interface:MpService
Allow the service to add configuration through the context.
-
-