Class SIPX509FileValidator

java.lang.Object
de.ikor.sip.foundation.security.authentication.x509.SIPX509FileValidator
All Implemented Interfaces:
SIPTokenValidator<SIPX509AuthenticationToken>

The file-based x509 validator reads an acl file in this format:
   # this is a comment
   CN=Full Name, EMAILADDRESS=name@domain.de, O=[*], C=DE
   CN=Full Name2, EMAILADDRESS=name2@domain.de, O=[*], C=DE
 
And then validates the extracted certificate data with the contents in the file.
Author:
thomas.stieglmaier
  • Constructor Details

    • SIPX509FileValidator

      public SIPX509FileValidator(SecurityConfigProperties config)
      Creates a file-based x509 auth token validator
      Parameters:
      config - the config containing information on where to find the file that should be read
  • Method Details