Uses of Class
org.apache.syncope.common.lib.wa.WAConsentDecision
Packages that use WAConsentDecision
Package
Description
-
Uses of WAConsentDecision in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type WAConsentDecisionMethods in org.apache.syncope.common.lib.to with parameters of type WAConsentDecisionModifier and TypeMethodDescriptionAuthProfileTO.Builder.consentDecision(WAConsentDecision consentDecision) AuthProfileTO.Builder.consentDecisions(WAConsentDecision... consentDecisions) Method parameters in org.apache.syncope.common.lib.to with type arguments of type WAConsentDecisionModifier and TypeMethodDescriptionAuthProfileTO.Builder.consentDecisions(Collection<WAConsentDecision> consentDecisions) -
Uses of WAConsentDecision in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return WAConsentDecision -
Uses of WAConsentDecision in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return WAConsentDecisionModifier and TypeMethodDescriptionMethods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type WAConsentDecisionMethods in org.apache.syncope.common.rest.api.service.wa with parameters of type WAConsentDecisionModifier and TypeMethodDescriptionvoidConsentDecisionService.store(@NotNull String owner, @NotNull WAConsentDecision consentDecision) -
Uses of WAConsentDecision in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa that return WAConsentDecisionModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.logic.wa that return types with arguments of type WAConsentDecisionMethods in org.apache.syncope.core.logic.wa with parameters of type WAConsentDecisionModifier and TypeMethodDescriptionvoidConsentDecisionLogic.store(String owner, WAConsentDecision contentDecision) Method parameters in org.apache.syncope.core.logic.wa with type arguments of type WAConsentDecisionModifier and TypeMethodDescriptionprotected voidConsentDecisionLogic.removeAndSave(AuthProfile profile, Predicate<WAConsentDecision> criteria) -
Uses of WAConsentDecision in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type WAConsentDecisionMethod parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type WAConsentDecisionModifier and TypeMethodDescriptionvoidAuthProfile.setConsentDecisions(List<WAConsentDecision> consentDecisions) -
Uses of WAConsentDecision in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type WAConsentDecisionModifier and TypeFieldDescriptionprotected static final TypeReference<List<WAConsentDecision>> JPAAuthProfile.WA_CONSENT_DECISION_TYPEREFMethods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type WAConsentDecisionMethod parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type WAConsentDecisionModifier and TypeMethodDescriptionvoidJPAAuthProfile.setConsentDecisions(List<WAConsentDecision> consentDecisions) -
Uses of WAConsentDecision in org.apache.syncope.core.persistence.neo4j.entity.am
Fields in org.apache.syncope.core.persistence.neo4j.entity.am with type parameters of type WAConsentDecisionModifier and TypeFieldDescriptionprotected static final TypeReference<List<WAConsentDecision>> Neo4jAuthProfile.WA_CONSENT_DECISION_TYPEREFMethods in org.apache.syncope.core.persistence.neo4j.entity.am that return types with arguments of type WAConsentDecisionMethod parameters in org.apache.syncope.core.persistence.neo4j.entity.am with type arguments of type WAConsentDecisionModifier and TypeMethodDescriptionvoidNeo4jAuthProfile.setConsentDecisions(List<WAConsentDecision> consentDecisions) -
Uses of WAConsentDecision in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa that return WAConsentDecisionModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type WAConsentDecisionMethods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type WAConsentDecisionModifier and TypeMethodDescriptionvoidConsentDecisionServiceImpl.store(String owner, WAConsentDecision consentDecision) -
Uses of WAConsentDecision in org.apache.syncope.wa.starter.consent
Methods in org.apache.syncope.wa.starter.consent that return WAConsentDecisionModifier and TypeMethodDescriptionprotected static WAConsentDecisionWAConsentRepository.toWAConsentDecision(org.apereo.cas.consent.ConsentDecision decision) Methods in org.apache.syncope.wa.starter.consent with parameters of type WAConsentDecisionModifier and TypeMethodDescriptionprotected static org.apereo.cas.consent.ConsentDecisionWAConsentRepository.toConsentDecision(String tenant, WAConsentDecision waConsentDecision)