JwsContext.getCallbackPassword() Method

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

Syntax

public String getCallbackPassword()

Parameters

None.

Return Value

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

Exceptions

None.

Remarks

The password 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.setCallbackPassword().

Related Topics

JwsContext Interface

JwsContext.getCallbackUsername() Method

JwsContext.getCallbackPassword() Method

JwsContext.setCallbackPassword(String) Method

Overview: Security