Uses of Class
org.apache.syncope.common.lib.SyncopeClientCompositeException
-
Packages that use SyncopeClientCompositeException Package Description org.apache.syncope.common.lib org.apache.syncope.core.provisioning.java.data -
-
Uses of SyncopeClientCompositeException in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return SyncopeClientCompositeException Modifier and Type Method Description SyncopeClientCompositeExceptionSyncopeClientException. asComposite()static SyncopeClientCompositeExceptionSyncopeClientException. buildComposite() -
Uses of SyncopeClientCompositeException in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SyncopeClientCompositeException Modifier and Type Method Description protected RuntimeExceptionUserDataBinderImpl. aggregateException(SyncopeClientCompositeException scce, RuntimeException e, ClientExceptionType clientExceptionType)protected voidUserDataBinderImpl. setPassword(User user, String password, SyncopeClientCompositeException scce)protected voidUserDataBinderImpl. setSecurityAnswer(User user, String securityAnswer, SyncopeClientCompositeException scce)
-