Uses of Class
org.apache.syncope.common.lib.AMSession
-
Packages that use AMSession Package Description org.apache.syncope.client.console.panels org.apache.syncope.client.console.rest org.apache.syncope.sra.actuate -
-
Uses of AMSession in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type AMSession Modifier and Type Method Description protected ActionsPanel<AMSession>
AMSessionDirectoryPanel. getActions(IModel<AMSession> model)
protected List<IColumn<AMSession,String>>
AMSessionDirectoryPanel. getColumns()
Iterator<? extends AMSession>
AMSessionDirectoryPanel.AMSessionProvider. iterator(long first, long count)
IModel<AMSession>
AMSessionDirectoryPanel.AMSessionProvider. model(AMSession waSession)
Methods in org.apache.syncope.client.console.panels with parameters of type AMSession Modifier and Type Method Description IModel<AMSession>
AMSessionDirectoryPanel.AMSessionProvider. model(AMSession waSession)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type AMSession Modifier and Type Method Description protected ActionsPanel<AMSession>
AMSessionDirectoryPanel. getActions(IModel<AMSession> model)
-
Uses of AMSession in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return AMSession Modifier and Type Method Description AMSession
AMSessionDeserializer. deserialize(JsonParser jp, DeserializationContext ctxt)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AMSession Modifier and Type Method Description abstract List<AMSession>
AMSessionRestClient. list()
List<AMSession>
SRASessionRestClient. list()
List<AMSession>
WASessionRestClient. list()
-
Uses of AMSession in org.apache.syncope.sra.actuate
Methods in org.apache.syncope.sra.actuate that return AMSession Modifier and Type Method Description protected static AMSession
SRASessions. map(org.springframework.session.MapSession mapSession)
AMSession
SRASessions. read(String id)
Methods in org.apache.syncope.sra.actuate that return types with arguments of type AMSession Modifier and Type Method Description List<AMSession>
SRASessions. list()
-