Hi all, I want to add some environment value of our container to security token and I'm following this issue: http://issues.apache.org/jira/browse/SHINDIG-1081. But this is the patch for shindig code, I just know I need to extend BlobCrypterSercurityToken class but in some our service (such as Person service) instance of SercurityToken is BlobCrypterSercurityToken not mine so I can't get my value.
Please help me how to configure and may be I need to extend BlobCrypterSecurityTokenDecoder for decrypt?. Many thanks and regards.
