Class LogoutHandler
- java.lang.Object
-
- org.jboss.as.domain.http.server.security.LogoutHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class LogoutHandler extends Object implements io.undertow.server.HttpHandler
- Author:
- Jason T. Greene, Darran Lofthouse
-
-
Constructor Summary
Constructors Constructor Description LogoutHandler(String realmName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
CONTEXT
public static final String CONTEXT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LogoutHandler
public LogoutHandler(String realmName)
-
-