Uses of Class
org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession
-
Packages that use AbstractAuthenticatedWebSession Package Description org.apache.wicket.authroles.authentication -
-
Uses of AbstractAuthenticatedWebSession in org.apache.wicket.authroles.authentication
Subclasses of AbstractAuthenticatedWebSession in org.apache.wicket.authroles.authentication Modifier and Type Class Description class
AuthenticatedWebSession
Basic authenticated web session.Methods in org.apache.wicket.authroles.authentication that return AbstractAuthenticatedWebSession Modifier and Type Method Description static AbstractAuthenticatedWebSession
AbstractAuthenticatedWebSession. get()
Methods in org.apache.wicket.authroles.authentication that return types with arguments of type AbstractAuthenticatedWebSession Modifier and Type Method Description protected abstract Class<? extends AbstractAuthenticatedWebSession>
AuthenticatedWebApplication. getWebSessionClass()
-