Uses of Interface
org.apache.syncope.core.persistence.api.entity.policy.AuthPolicy
-
-
Uses of AuthPolicy in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return AuthPolicy Modifier and Type Method Description AuthPolicyRealm. getAuthPolicy()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AuthPolicy Modifier and Type Method Description voidRealm. setAuthPolicy(AuthPolicy authPolicy) -
Uses of AuthPolicy in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return AuthPolicy Modifier and Type Method Description AuthPolicyClientApp. getAuthPolicy()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type AuthPolicy Modifier and Type Method Description voidClientApp. setAuthPolicy(AuthPolicy policy) -
Uses of AuthPolicy in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return AuthPolicy Modifier and Type Method Description AuthPolicyJPARealm. getAuthPolicy()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AuthPolicy Modifier and Type Method Description voidJPARealm. setAuthPolicy(AuthPolicy authPolicy) -
Uses of AuthPolicy in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type AuthPolicy Modifier and Type Method Description voidAbstractClientApp. setAuthPolicy(AuthPolicy authPolicy) -
Uses of AuthPolicy in org.apache.syncope.core.persistence.jpa.entity.policy
Classes in org.apache.syncope.core.persistence.jpa.entity.policy that implement AuthPolicy Modifier and Type Class Description classJPAAuthPolicy
-