Class SIPX509AuthenticationProvider

java.lang.Object
de.ikor.sip.foundation.security.authentication.SIPAuthenticationProvider<SIPX509AuthenticationToken>
de.ikor.sip.foundation.security.authentication.x509.SIPX509AuthenticationProvider
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider

X509 authentication provider, wiring together the SIPX509TokenExtractor and the configured SIPTokenValidator
Author:
thomas
  • Constructor Details

    • SIPX509AuthenticationProvider

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