Uses of Class
com.sun.enterprise.web.session.WebSessionCookieConfig.CookieSecureType
-
Packages that use WebSessionCookieConfig.CookieSecureType Package Description com.sun.enterprise.web.session -
-
Uses of WebSessionCookieConfig.CookieSecureType in com.sun.enterprise.web.session
Methods in com.sun.enterprise.web.session that return WebSessionCookieConfig.CookieSecureType Modifier and Type Method Description WebSessionCookieConfig.CookieSecureTypeWebSessionCookieConfig. getSecure()static WebSessionCookieConfig.CookieSecureTypeWebSessionCookieConfig.CookieSecureType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebSessionCookieConfig.CookieSecureType[]WebSessionCookieConfig.CookieSecureType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-