Uses of Interface
de.xima.fc.interfaces.json.ISerializableInterface
- 
Packages that use ISerializableInterface Package Description de.xima.fc.gson de.xima.fc.interfaces.auth de.xima.fc.mdl.auth.authorization  - 
- 
Uses of ISerializableInterface in de.xima.fc.gson
Methods in de.xima.fc.gson that return ISerializableInterface Modifier and Type Method Description ISerializableInterfaceInterfaceSerializerTypeAdapter. read(com.google.gson.stream.JsonReader in)Methods in de.xima.fc.gson with parameters of type ISerializableInterface Modifier and Type Method Description voidInterfaceSerializerTypeAdapter. write(com.google.gson.stream.JsonWriter out, ISerializableInterface value) - 
Uses of ISerializableInterface in de.xima.fc.interfaces.auth
Subinterfaces of ISerializableInterface in de.xima.fc.interfaces.auth Modifier and Type Interface Description interfaceIAuthorizationFilterPropertiesCommon interface for authorization filter models ofIndirectClientAuthorizations. - 
Uses of ISerializableInterface in de.xima.fc.mdl.auth.authorization
Classes in de.xima.fc.mdl.auth.authorization that implement ISerializableInterface Modifier and Type Class Description classLdapFilterPropertiesModel for client authorizations of typeEAuthClientType.LDAPclassProfileAttributeConditionPropertiesModel for the condition attribute ofindirect client authorizations. 
 -