Uses of Class
org.mobicents.servlet.sip.startup.loading.SipLoginConfig

Packages that use SipLoginConfig
org.mobicents.servlet.sip.security.authentication   
org.mobicents.servlet.sip.startup   
 

Uses of SipLoginConfig in org.mobicents.servlet.sip.security.authentication
 

Methods in org.mobicents.servlet.sip.security.authentication with parameters of type SipLoginConfig
protected abstract  boolean AuthenticatorBase.authenticate(SipServletRequestImpl request, SipServletResponseImpl response, SipLoginConfig config)
          Authenticate the user making this request, based on the specified login configuration.
 boolean DigestAuthenticator.authenticate(SipServletRequestImpl request, SipServletResponseImpl response, SipLoginConfig config)
          Authenticate the user making this request, based on the specified login configuration.
protected  void DigestAuthenticator.setAuthenticateHeader(SipServletRequestImpl request, SipServletResponseImpl response, SipLoginConfig config, java.lang.String nOnce)
          Generates the WWW-Authenticate header.
 

Uses of SipLoginConfig in org.mobicents.servlet.sip.startup
 

Methods in org.mobicents.servlet.sip.startup that return SipLoginConfig
 SipLoginConfig SipContext.getSipLoginConfig()
           
 

Methods in org.mobicents.servlet.sip.startup with parameters of type SipLoginConfig
 void SipContext.setSipLoginConfig(SipLoginConfig config)
           
 



Copyright © 2011. All Rights Reserved.