org.apache.karaf.jaas.modules.encryption
Class EncryptionSupport

java.lang.Object
  extended by org.apache.karaf.jaas.modules.encryption.EncryptionSupport

public class EncryptionSupport
extends java.lang.Object

Author:
iocanel

Field Summary
protected  boolean debug
           
protected  java.util.Map<java.lang.String,?> options
           
 
Constructor Summary
EncryptionSupport(java.util.Map<java.lang.String,?> options)
           
 
Method Summary
 Encryption getEncryption()
           
 java.lang.String getEncryptionPrefix()
           
 java.lang.String getEncryptionSuffix()
           
 void setEncryptionPrefix(java.lang.String encryptionPrefix)
           
 void setEncryptionSuffix(java.lang.String encryptionSuffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

protected java.util.Map<java.lang.String,?> options

debug

protected boolean debug
Constructor Detail

EncryptionSupport

public EncryptionSupport(java.util.Map<java.lang.String,?> options)
Method Detail

getEncryption

public Encryption getEncryption()

getEncryptionSuffix

public java.lang.String getEncryptionSuffix()

setEncryptionSuffix

public void setEncryptionSuffix(java.lang.String encryptionSuffix)

getEncryptionPrefix

public java.lang.String getEncryptionPrefix()

setEncryptionPrefix

public void setEncryptionPrefix(java.lang.String encryptionPrefix)


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.