*
* @return the provider for the thread
*/
public static SecurityContextProvider getProvider()
{
ProtocolConnection request = TcpSocketLink.getCurrentRequest();
if (request instanceof SecurityContextProvider)
return (SecurityContextProvider) request;
else
return null;