Uses of Class
de.ikor.sip.foundation.security.authentication.ConditionalOnSIPAuthProvider
-
Packages that use ConditionalOnSIPAuthProvider Package Description de.ikor.sip.foundation.security.authentication.basic de.ikor.sip.foundation.security.authentication.x509 -
-
Uses of ConditionalOnSIPAuthProvider in de.ikor.sip.foundation.security.authentication.basic
Classes in de.ikor.sip.foundation.security.authentication.basic with annotations of type ConditionalOnSIPAuthProvider Modifier and Type Class Description class
SIPBasicAuthAuthenticationProvider
Basic Authentication provider, wiring together theSIPBasicAuthTokenExtractor
and the configuredSIPTokenValidator
class
SIPBasicAuthFileValidator
The file-based basic auth validator reads a given json file in this format: -
Uses of ConditionalOnSIPAuthProvider in de.ikor.sip.foundation.security.authentication.x509
Classes in de.ikor.sip.foundation.security.authentication.x509 with annotations of type ConditionalOnSIPAuthProvider Modifier and Type Class Description class
SIPX509AuthenticationProvider
X509 authentication provider, wiring together theSIPX509TokenExtractor
and the configuredSIPTokenValidator
class
SIPX509FileValidator
The file-based x509 validator reads an acl file in this format:
-