Searched defs:getAuthenticationInfo (Results 1 - 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationInfo.java86 public String getAuthenticationInfo() { method in class:AuthenticationInfo
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp1590 NPError PluginView::getAuthenticationInfo(const char* protocol, const char* host, int32_t port, const char* scheme, const char* realm, char** username, uint32_t* ulen, char** password, uint32_t* plen) function in class:WebCore::PluginView
1592 LOG(Plugins, "PluginView::getAuthenticationInfo: protocol=%s, host=%s, port=%d", protocol, host, port);

Completed in 401 milliseconds