Class SpringSecurityAdminSession

  • All Implemented Interfaces:
    java.io.Serializable

    public class SpringSecurityAdminSession
    extends com.github.adminfaces.template.session.AdminSession
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isLoggedIn()  
      void setIsLoggedIn​(boolean isLoggedIn)  
      • Methods inherited from class com.github.adminfaces.template.session.AdminSession

        isUserRedirected, setUserRedirected
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringSecurityAdminSession

        public SpringSecurityAdminSession()
    • Method Detail

      • isLoggedIn

        public boolean isLoggedIn()
        Overrides:
        isLoggedIn in class com.github.adminfaces.template.session.AdminSession
      • setIsLoggedIn

        public void setIsLoggedIn​(boolean isLoggedIn)
        Overrides:
        setIsLoggedIn in class com.github.adminfaces.template.session.AdminSession