Uses of Interface
org.apache.syncope.client.ui.commons.BaseSession
-
-
Uses of BaseSession in org.apache.syncope.client.console
Classes in org.apache.syncope.client.console that implement BaseSession Modifier and Type Class Description class
SyncopeConsoleSession
-
Uses of BaseSession in org.apache.syncope.client.console.pages
Methods in org.apache.syncope.client.console.pages that return BaseSession Modifier and Type Method Description protected BaseSession
Login. getBaseSession()
-
Uses of BaseSession in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type BaseSession Constructor Description OIDCSSOLoginFormPanel(String id, BaseSession session)
SAMLSSOLoginFormPanel(String id, BaseSession session)
-
Uses of BaseSession in org.apache.syncope.client.enduser
Classes in org.apache.syncope.client.enduser that implement BaseSession Modifier and Type Class Description class
SyncopeEnduserSession
-
Uses of BaseSession in org.apache.syncope.client.enduser.pages
Methods in org.apache.syncope.client.enduser.pages that return BaseSession Modifier and Type Method Description protected BaseSession
Login. getBaseSession()
-
Uses of BaseSession in org.apache.syncope.client.enduser.panels
Constructors in org.apache.syncope.client.enduser.panels with parameters of type BaseSession Constructor Description OIDCSSOLoginFormPanel(String id, BaseSession session)
SAMLSSOLoginFormPanel(String id, BaseSession session)
-
Uses of BaseSession in org.apache.syncope.client.ui.commons
Methods in org.apache.syncope.client.ui.commons that return BaseSession Modifier and Type Method Description protected abstract BaseSession
BaseLogin. getBaseSession()
-
Uses of BaseSession in org.apache.syncope.client.ui.commons.panels
Constructors in org.apache.syncope.client.ui.commons.panels with parameters of type BaseSession Constructor Description AbstractOIDCSSOLoginFormPanel(String id, BaseSession session)
AbstractSAMLSSOLoginFormPanel(String id, BaseSession session)
-