public static enum SessionConfig.SessionCookieSource extends Enum<SessionConfig.SessionCookieSource>
Modifier and Type | Method and Description |
---|---|
static SessionConfig.SessionCookieSource | valueOf(String name) Returns the enum constant of this type with the specified name. |
static SessionConfig.SessionCookieSource[] | values() Returns an array containing the constants of this enum type, in the order they are declared. |
public static final SessionConfig.SessionCookieSource URL
public static final SessionConfig.SessionCookieSource COOKIE
public static final SessionConfig.SessionCookieSource SSL
public static final SessionConfig.SessionCookieSource OTHER
public static final SessionConfig.SessionCookieSource NONE
public static SessionConfig.SessionCookieSource[] values()
for (SessionConfig.SessionCookieSource c : SessionConfig.SessionCookieSource.values()) System.out.println(c);
public static SessionConfig.SessionCookieSource 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 nullCopyright © 2020 JBoss by Red Hat. All rights reserved.