Uses of Class
org.wildfly.security.http.HttpScopeNotification.SessionNotificationType
-
Packages that use HttpScopeNotification.SessionNotificationType Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes. -
-
Uses of HttpScopeNotification.SessionNotificationType in org.wildfly.security.http
Methods in org.wildfly.security.http that return HttpScopeNotification.SessionNotificationType Modifier and Type Method Description static HttpScopeNotification.SessionNotificationType
HttpScopeNotification.SessionNotificationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpScopeNotification.SessionNotificationType[]
HttpScopeNotification.SessionNotificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-