org.apache.camel.component.shiro.security
Class ShiroSecurityHelper

java.lang.Object
  extended by org.apache.camel.component.shiro.security.ShiroSecurityHelper

public final class ShiroSecurityHelper
extends Object


Method Summary
static org.apache.shiro.util.ByteSource encrypt(ShiroSecurityToken securityToken, byte[] passPhrase, org.apache.shiro.crypto.CipherService cipherService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encrypt

public static org.apache.shiro.util.ByteSource encrypt(ShiroSecurityToken securityToken,
                                                       byte[] passPhrase,
                                                       org.apache.shiro.crypto.CipherService cipherService)
                                                throws Exception
Throws:
Exception


Apache Camel