Uses of Interface
ch.software_atelier.simpleflex.rest.auth.data.DataHandler
Packages that use DataHandler
Package
Description
-
Uses of DataHandler in ch.software_atelier.simpleflex.rest.auth.data
Classes in ch.software_atelier.simpleflex.rest.auth.data that implement DataHandler -
Uses of DataHandler in ch.software_atelier.simpleflex.rest.auth.rres
Constructors in ch.software_atelier.simpleflex.rest.auth.rres with parameters of type DataHandlerModifierConstructorDescriptionACLVerifier(DataHandler dh, TokenHandler th, TokenParser tp) FlexibleTokenResource(DataHandler dh, TokenHandler th, TokenParser tp) GroupACLResource(DataHandler dh, TokenHandler th, TokenParser tp) GroupResource(DataHandler dh, TokenHandler th, TokenParser tp) SessionResource(DataHandler dh, TokenHandler th, TokenParser tp) SpecificGroupResource(DataHandler dh, TokenHandler th, TokenParser tp) SpecificUserResource(DataHandler dh, TokenHandler th, TokenParser tp) UserACLResource(DataHandler dh, TokenHandler th, TokenParser tp) UserGroupsResource(DataHandler dh, TokenHandler th, TokenParser tp) UserResource(DataHandler dh, TokenHandler th, TokenParser tp) UserSettingsResource(DataHandler dh, TokenHandler th, TokenParser tp) WebsiteLoginResource(DataHandler dh, TokenHandler th, String successUrl, String failedUrl, int sessionTimeoutInSeconds) -
Uses of DataHandler in ch.software_atelier.simpleflex.rest.auth.token
Constructors in ch.software_atelier.simpleflex.rest.auth.token with parameters of type DataHandler