com.evolveum.midpoint.web.controller.config
Class EncryptionController

java.lang.Object
  extended by com.evolveum.midpoint.web.controller.config.EncryptionController
All Implemented Interfaces:
java.io.Serializable

@Controller(value="encryption")
@Scope(value="session")
public class EncryptionController
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Field Summary
static java.lang.String PAGE_NAVIGATION
           
 
Constructor Summary
EncryptionController()
           
 
Method Summary
 java.lang.String getEncrypt()
           
 java.lang.String getValue()
           
 java.lang.String init()
           
 boolean isEncrypting()
           
 void runPerformed()
           
 void setEncrypt(java.lang.String encrypt)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE_NAVIGATION

public static final java.lang.String PAGE_NAVIGATION
See Also:
Constant Field Values
Constructor Detail

EncryptionController

public EncryptionController()
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getEncrypt

public java.lang.String getEncrypt()

setEncrypt

public void setEncrypt(java.lang.String encrypt)

isEncrypting

public boolean isEncrypting()

init

public java.lang.String init()

runPerformed

public void runPerformed()


Copyright © 2011 evolveum. All Rights Reserved.