getPassword() method

Subclasses should call this method to retrieve the password.

Syntax

char[] getPassword () throws IOException, UnsupportedCallbackException

Returns

the password

Exceptions

Usage

Depending on the configuration of the login module this may result in a call to the callback handler or it may attempt to retrieve the password from the shared context.

the password