Class SessionsBean.UserSessionBean
- java.lang.Object
-
- org.keycloak.forms.account.freemarker.model.SessionsBean.UserSessionBean
-
- Enclosing class:
- SessionsBean
public static class SessionsBean.UserSessionBean extends Object
-
-
Constructor Summary
Constructors Constructor Description UserSessionBean(RealmModel realm, UserSessionModel session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getClients()
Date
getExpires()
String
getId()
String
getIpAddress()
Date
getLastAccess()
Date
getStarted()
-
-
-
Constructor Detail
-
UserSessionBean
public UserSessionBean(RealmModel realm, UserSessionModel session)
-
-