identityService.associate(null);
try
{
String authContextId = serverAuthConfig.getAuthContextID(messageInfo);
ServerAuthContext authContext = serverAuthConfig.getAuthContext(authContextId,serviceSubject,authProperties);
authContext.cleanSubject(messageInfo, subject);
}
catch (AuthException e)
{
throw new ServletException(e);
}