Deprecated API


Contents
Deprecated Methods
com.caplin.keymaster.servlet.ResponseFormatter.formatResponse(HttpServletRequest, String)
          Use AdvancedResponseFormatter.formatResponse(HttpServletRequest, String, UserCredentialsProvider) instead. 
com.caplin.keymaster.KeyMaster.getToken()
          

The use case of generating a token without a username will not be supported in future versions.

Gets a unique token that a client can use to log into the Liberator.

 
com.caplin.keymaster.KeyMaster.getToken(String)
          

Use KeyMaster.generateToken(String, String) instead.

Gets a unique token that a client can use to log into the Liberator.

The extraDataToSign argument can be used to sign extra information that can be passed to Liberator. This extra data will be signed as part of the generated token.

 
 



Please send bug reports and comments to Caplin support