public enum SessionAttributeNamesKeyResolver extends Enum<SessionAttributeNamesKeyResolver> implements Function<String,SessionAttributeNamesKey>
SessionAttributeNamesKey.| Modifier and Type | Class and Description |
|---|---|
static class |
SessionAttributeNamesKeyResolver.SessionAttributeNamesKeyFormat |
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
SessionAttributeNamesKey |
apply(String sessionId) |
static SessionAttributeNamesKeyResolver |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionAttributeNamesKeyResolver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionAttributeNamesKeyResolver INSTANCE
public static SessionAttributeNamesKeyResolver[] values()
for (SessionAttributeNamesKeyResolver c : SessionAttributeNamesKeyResolver.values()) System.out.println(c);
public static SessionAttributeNamesKeyResolver 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 SessionAttributeNamesKey apply(String sessionId)
apply in interface Function<String,SessionAttributeNamesKey>Copyright © 2022 JBoss by Red Hat. All rights reserved.