public static class EncContext.Builder extends Object
Constructor and Description |
---|
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 |
Modifier and Type | Method and Description |
---|---|
EncContext |
build() |
EncContext.Builder |
removeSystemProperties(boolean removeSystemProperties) |
EncContext.Builder |
required(boolean required) |
EncContext.Builder |
strength(EncStrength strength) |
public EncContext.Builder(String password)
password
public EncContext.Builder(EnvironmentService env, String password)
public EncContext.Builder()
public EncContext.Builder(EnvironmentService env)
public EncContext.Builder removeSystemProperties(boolean removeSystemProperties)
public EncContext.Builder required(boolean required)
public EncContext.Builder strength(EncStrength strength)
public EncContext build()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.