Class SecurityAuthService

java.lang.Object
org.codice.ddf.pax.web.jetty.SecurityAuthService
All Implemented Interfaces:
org.ops4j.pax.web.service.AuthenticatorService

public class SecurityAuthService extends Object implements org.ops4j.pax.web.service.AuthenticatorService
  • Constructor Details

    • SecurityAuthService

      public SecurityAuthService()
  • Method Details

    • getAuthenticatorService

      @Nullable public <T> T getAuthenticatorService(String method, Class<T> iface)
      Specified by:
      getAuthenticatorService in interface org.ops4j.pax.web.service.AuthenticatorService