Uses of Class
org.apache.syncope.common.rest.api.beans.ComplianceQuery
-
Packages that use ComplianceQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf.service -
-
Uses of ComplianceQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return ComplianceQuery Modifier and Type Method Description ComplianceQuery
ComplianceQuery.Builder. build()
-
Uses of ComplianceQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ComplianceQuery Modifier and Type Method Description void
UserSelfService. compliance(@NotNull ComplianceQuery query)
Checks compliance of the given username and / or password with applicable policies. -
Uses of ComplianceQuery in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type ComplianceQuery Modifier and Type Method Description void
UserLogic. compliance(ComplianceQuery query)
-
Uses of ComplianceQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ComplianceQuery Modifier and Type Method Description void
UserSelfServiceImpl. compliance(ComplianceQuery query)
-