|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.util.enc.EncContext.Builder
public static class EncContext.Builder
| Constructor Summary | |
|---|---|
EncContext.Builder()
Use system properties / environment variables to locate the encryption password |
|
EncContext.Builder(EnvironmentService env)
Locate the encryption password in the environment |
|
EncContext.Builder(EnvironmentService env,
String password)
Use the password they gave us, unless it is overridden by a password in the environment |
|
EncContext.Builder(String password)
Setup encryption using password |
|
| Method Summary | |
|---|---|
EncContext |
build()
|
EncContext.Builder |
removeSystemProperties(boolean removeSystemProperties)
|
EncContext.Builder |
required(boolean required)
|
EncContext.Builder |
strength(EncStrength strength)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncContext.Builder(String password)
password
public EncContext.Builder(EnvironmentService env,
String password)
public EncContext.Builder()
public EncContext.Builder(EnvironmentService env)
| Method Detail |
|---|
public EncContext.Builder removeSystemProperties(boolean removeSystemProperties)
public EncContext.Builder required(boolean required)
public EncContext.Builder strength(EncStrength strength)
public EncContext build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||