Class ShiroSecurityHelper
java.lang.Object
org.apache.camel.component.shiro.security.ShiroSecurityHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic ShiroSecurityTokendeserialize(byte[] data) static org.apache.shiro.util.ByteSourceencrypt(ShiroSecurityToken securityToken, byte[] passPhrase, org.apache.shiro.crypto.CipherService cipherService)
-
Method Details
-
encrypt
public static org.apache.shiro.util.ByteSource encrypt(ShiroSecurityToken securityToken, byte[] passPhrase, org.apache.shiro.crypto.CipherService cipherService) -
deserialize
-