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 ISerializableInterface
InterfaceSerializerTypeAdapter. read(com.google.gson.stream.JsonReader in)
Methods in de.xima.fc.gson with parameters of type ISerializableInterface Modifier and Type Method Description void
InterfaceSerializerTypeAdapter. 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 interface
IAuthorizationFilterProperties
Common interface for authorization filter models ofIndirectClientAuthorization
s. -
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 class
LdapFilterProperties
Model for client authorizations of typeEAuthClientType.LDAP
class
ProfileAttributeConditionProperties
Model for the condition attribute ofindirect client authorizations
.
-