BlobCrypterSecurityTokenCodec generates BlobCrypterSecurityTokens, you can start there. This code did recently go through a bit of churn to clean up the implementation and config settings.
From: daviesd <[email protected]> To: shindig <[email protected]>, Date: 11/08/2011 01:41 PM Subject: BlobCrypterSecurityToken Today I was updating to 3.0.0-beta3 and it busted my SecurityTokenFactory class I had created. It used the BlobCrypterSecurityToken encrypt method as well as the setters (setOwnerId, setViewerId, setTrustedJson) to generate an encrypted token string. It appears as part of SHINDIG-1645 that this class changed drastically. However, I don¹t know the right way to use the class now. Could someone point me to some code that demonstrates the correct way for me to use this class now? Do I need to be setting the map of attributes and then calling the crypter.wrap like BlobCrypterSecurityTokenTest is? Thanks, Doug
