protected static enum UserInfoParameterizingPreInterceptor.Strategy extends Enum<UserInfoParameterizingPreInterceptor.Strategy>
| Modifier and Type | Method and Description |
|---|---|
abstract String |
execute(String paramName,
String value) |
static UserInfoParameterizingPreInterceptor.Strategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserInfoParameterizingPreInterceptor.Strategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserInfoParameterizingPreInterceptor.Strategy REPLACE
public static final UserInfoParameterizingPreInterceptor.Strategy EXPAND
public static UserInfoParameterizingPreInterceptor.Strategy[] values()
for (UserInfoParameterizingPreInterceptor.Strategy c : UserInfoParameterizingPreInterceptor.Strategy.values()) System.out.println(c);
public static UserInfoParameterizingPreInterceptor.Strategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract String execute(String paramName, String value) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2016 Jasig. All Rights Reserved.