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
