com.caplin.keymaster.servlet
Interface ExtraDataProvider


public interface ExtraDataProvider

This Interface allows customised extra data to be added to KeyMaster's signed token. The token is sent to Liberator where the extra data can be read and used in a Java Authentication Module.


Method Summary
 String getExtraDataToSign(javax.servlet.http.HttpServletRequest request, String user)
          Provides extra data to be added to the signed token which will be passed to Liberator.
 

Method Detail

getExtraDataToSign

String getExtraDataToSign(javax.servlet.http.HttpServletRequest request,
                          String user)
Provides extra data to be added to the signed token which will be passed to Liberator.

Parameters:
request - the original request object received by KeyMaster
user - the user name
Returns:
a string to be added to the signed token


Please send bug reports and comments to Caplin support