Class LogoutAction

  • All Implemented Interfaces:
    java.io.Serializable

    @Named("logoutAction")
    @RequestScoped
    public class LogoutAction
    extends java.lang.Object
    implements java.io.Serializable
    Provides OP/RP-initiated logout functionality
    Author:
    Yuriy Movchan Date: 021/25/2019
    See Also:
    Serialized Form
    • Constructor Detail

      • LogoutAction

        public LogoutAction()
    • 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