Package org.gluu.oxtrust.action
Class LogoutAction
- java.lang.Object
-
- org.gluu.oxtrust.action.LogoutAction
-
- All Implemented Interfaces:
java.io.Serializable
@Named("logoutAction") @RequestScoped public class LogoutAction extends java.lang.Object implements java.io.SerializableProvides OP/RP-initiated logout functionality- Author:
- Yuriy Movchan Date: 021/25/2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogoutAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidopLogout()java.lang.StringpostLogout()voidprocessLogout()voidprocessSsoLogout()
-
-
-
Method Detail
-
processLogout
public void processLogout() throws java.lang.Exception- Throws:
java.lang.Exception
-
processSsoLogout
public void processSsoLogout() throws java.lang.Exception- Throws:
java.lang.Exception
-
postLogout
public java.lang.String postLogout()
-
opLogout
protected void opLogout() throws java.lang.Exception- Throws:
java.lang.Exception
-
-