| $name com.sun.portal.netlet.crypt.jsse.NetletJSSEAuthContext
$description This interface will be implemented by application
that needs a callback to set the keystore path
and password.
This is required because the password & path SHOULD be
prompted only if client authentication is turned
ON at the gateway. Therefore, the callback functions
will be invoked from within the SSL client handshake
routine. The only way we could detect if client
authentication is enabled or not is when JSSE
invokes chooseClientAlias of X509KeyManager.
Currently, only JKS or PKCS12 are supported.
The password and path information will be prompted only
once.
|