JwsContext.getCallbackUsername() Method

Gets the username used for callbacks to the client in the current conversation.

Syntax

public String getCallbackUsername()

Parameters

None.

Return Value

The username that will be used for callbacks to the client in the current conversation.

Exceptions

None.

Remarks

The username may have been specified by the client as part of the callbackLocation conversation start SOAP header, or it may have been set by a call to JwsContext.setCallbackUsername().

Related Topics

JwsContext Interface

JwsContext.setCallbackUsername(String) Method

JwsContext.getCallbackPassword() Method

JwsContext.setCallbackPassword(String) Method

Overview: Security