Uses of Class
org.killbill.billing.client.model.gen.Session
-
Packages that use Session Package Description org.killbill.billing.client.model.gen -
-
Uses of Session in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return Session Modifier and Type Method Description SessionSubject. getSession()SessionSession. setHost(String host)SessionSession. setId(String id)SessionSession. setLastAccessDate(org.joda.time.DateTime lastAccessDate)SessionSession. setStartDate(org.joda.time.DateTime startDate)SessionSession. setTimeout(Long timeout)Methods in org.killbill.billing.client.model.gen with parameters of type Session Modifier and Type Method Description SubjectSubject. setSession(Session session)Constructors in org.killbill.billing.client.model.gen with parameters of type Session Constructor Description Subject(String principal, Boolean isAuthenticated, Boolean isRemembered, Session session)
-