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