Uses of Class
org.apache.unomi.api.Consent
Packages that use Consent
Package
Description
- 
Uses of Consent in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type ConsentModifier and TypeMethodDescriptionContextResponse.getConsents()Retrieves the map of consents for the current profile.Profile.getConsents()Returns all the consents, including the revokes ones.Methods in org.apache.unomi.api with parameters of type ConsentModifier and TypeMethodDescriptionbooleanProfile.setConsent(Consent consent) Set a consent into the profile.Method parameters in org.apache.unomi.api with type arguments of type ConsentModifier and TypeMethodDescriptionvoidContextResponse.setConsents(Map<String, Consent> consents) Sets the map of consents for the current profile. - 
Uses of Consent in org.apache.unomi.graphql.types.output
Constructors in org.apache.unomi.graphql.types.output with parameters of type Consent - 
Uses of Consent in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type ConsentModifier and TypeMethodDescriptionConsentAccessor.getProperty(Consent object, String propertyName, String leftoverExpression)