Uses of Interface
javax.servlet.sip.AuthInfo

Packages that use AuthInfo
javax.servlet.sip   
 

Uses of AuthInfo in javax.servlet.sip
 

Methods in javax.servlet.sip that return AuthInfo
 AuthInfo SipFactory.createAuthInfo()
          Creates a new AuthInfo object that can be used to provide authentication information on servlet initiated requests.
 

Methods in javax.servlet.sip with parameters of type AuthInfo
 void SipServletRequest.addAuthHeader(SipServletResponse challengeResponse, AuthInfo authInfo)
          This method allows the addition of the appropriate authentication header(s) to the request that was challenged with a challenge response.
 



Copyright © 2012. All Rights Reserved.