Class 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 Detail

      • SecurityMpService

        public SecurityMpService()
    • Method Detail

      • configure

        public void configure​(MpServiceContext context)
        Description copied from interface: MpService
        Allow the service to add configuration through the context.
        Specified by:
        configure in interface MpService
        Parameters:
        context - context to obtain Jersey and webserver configuration objects