Class SIPBasicAuthAuthenticationProvider

java.lang.Object
de.ikor.sip.foundation.security.authentication.SIPAuthenticationProvider<SIPBasicAuthAuthenticationToken>
de.ikor.sip.foundation.security.authentication.basic.SIPBasicAuthAuthenticationProvider
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider

Basic Authentication provider, wiring together the SIPBasicAuthTokenExtractor and the configured SIPTokenValidator
Author:
thomas.stieglmaier
  • Constructor Details

    • SIPBasicAuthAuthenticationProvider

      @Autowired public SIPBasicAuthAuthenticationProvider(TokenExtractors tokenExtractors, SIPTokenValidator<SIPBasicAuthAuthenticationToken> tokenValidator)
      Autowired constructor for creating the basic authentication provider
      Parameters:
      tokenExtractors - the object to which the basic auth token extractor should be added
      tokenValidator - the configured token validator