Uses of Class
de.ikor.sip.foundation.security.authentication.x509.SIPX509AuthenticationToken
-
Packages that use SIPX509AuthenticationToken Package Description de.ikor.sip.foundation.security.authentication.x509 -
-
Uses of SIPX509AuthenticationToken in de.ikor.sip.foundation.security.authentication.x509
Methods in de.ikor.sip.foundation.security.authentication.x509 that return SIPX509AuthenticationToken Modifier and Type Method Description SIPX509AuthenticationToken
SIPX509TokenExtractor. extract(javax.servlet.http.HttpServletRequest request)
SIPX509AuthenticationToken
SIPX509AuthenticationToken. withAuthenticated(boolean authenticated)
Methods in de.ikor.sip.foundation.security.authentication.x509 that return types with arguments of type SIPX509AuthenticationToken Modifier and Type Method Description Class<SIPX509AuthenticationToken>
SIPX509TokenExtractor. getTokenType()
Methods in de.ikor.sip.foundation.security.authentication.x509 with parameters of type SIPX509AuthenticationToken Modifier and Type Method Description boolean
SIPX509FileValidator. isValid(SIPX509AuthenticationToken token)
Constructor parameters in de.ikor.sip.foundation.security.authentication.x509 with type arguments of type SIPX509AuthenticationToken Constructor Description SIPX509AuthenticationProvider(TokenExtractors tokenExtractors, SIPTokenValidator<SIPX509AuthenticationToken> tokenValidator)
Autowired constructor for creating the x509 authentication provider
-