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
 boolean DigestAuthenticator.authenticate(SipServletRequestImpl request, SipServletResponseImpl response, SipLoginConfig config)
          Authenticate the user making this request, based on the specified login configuration.
protected abstract  boolean AuthenticatorBase.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
 

Fields in org.mobicents.servlet.sip.startup declared as SipLoginConfig
protected  SipLoginConfig SipStandardContext.sipLoginConfig
           
 

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

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



Copyright © 2008. All Rights Reserved.