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 classSIPBasicAuthAuthenticationProviderBasic Authentication provider, wiring together theSIPBasicAuthTokenExtractorand the configuredSIPTokenValidatorclassSIPBasicAuthFileValidatorThe 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 classSIPX509AuthenticationProviderX509 authentication provider, wiring together theSIPX509TokenExtractorand the configuredSIPTokenValidatorclassSIPX509FileValidatorThe file-based x509 validator reads an acl file in this format:
-