Uses of Interface
org.apache.syncope.common.lib.policy.AuthPolicyConf
-
-
Uses of AuthPolicyConf in org.apache.syncope.common.lib.policy
Classes in org.apache.syncope.common.lib.policy that implement AuthPolicyConf Modifier and Type Class Description classDefaultAuthPolicyConfMethods in org.apache.syncope.common.lib.policy that return AuthPolicyConf Modifier and Type Method Description AuthPolicyConfAuthPolicyTO. getConf()Methods in org.apache.syncope.common.lib.policy with parameters of type AuthPolicyConf Modifier and Type Method Description voidAuthPolicyTO. setConf(AuthPolicyConf conf) -
Uses of AuthPolicyConf in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy that return AuthPolicyConf Modifier and Type Method Description AuthPolicyConfAuthPolicy. getConf()Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type AuthPolicyConf Modifier and Type Method Description voidAuthPolicy. setConf(AuthPolicyConf conf) -
Uses of AuthPolicyConf in org.apache.syncope.core.persistence.jpa.entity.policy
Methods in org.apache.syncope.core.persistence.jpa.entity.policy that return AuthPolicyConf Modifier and Type Method Description AuthPolicyConfJPAAuthPolicy. getConf()Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type AuthPolicyConf Modifier and Type Method Description voidJPAAuthPolicy. setConf(AuthPolicyConf conf) -
Uses of AuthPolicyConf in org.apache.syncope.wa.starter.mapping
Methods in org.apache.syncope.wa.starter.mapping with parameters of type AuthPolicyConf Modifier and Type Method Description booleanAuthMapper. supports(AuthPolicyConf conf)booleanDefaultAuthMapper. supports(AuthPolicyConf conf)
-