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 class
DefaultAuthPolicyConf
Methods in org.apache.syncope.common.lib.policy that return AuthPolicyConf Modifier and Type Method Description AuthPolicyConf
AuthPolicyTO. getConf()
Methods in org.apache.syncope.common.lib.policy with parameters of type AuthPolicyConf Modifier and Type Method Description void
AuthPolicyTO. 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 AuthPolicyConf
AuthPolicy. getConf()
Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type AuthPolicyConf Modifier and Type Method Description void
AuthPolicy. 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 AuthPolicyConf
JPAAuthPolicy. getConf()
Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type AuthPolicyConf Modifier and Type Method Description void
JPAAuthPolicy. 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 boolean
AuthMapper. supports(AuthPolicyConf conf)
boolean
DefaultAuthMapper. supports(AuthPolicyConf conf)
-