Uses of Class
org.apache.syncope.common.lib.SyncopeClientCompositeException
Packages that use SyncopeClientCompositeException
-
Uses of SyncopeClientCompositeException in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return SyncopeClientCompositeExceptionModifier and TypeMethodDescriptionSyncopeClientException.asComposite()
SyncopeClientException.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 SyncopeClientCompositeExceptionModifier and TypeMethodDescriptionprotected SyncopeClientException
UserDataBinderImpl.addToSyncopeClientException
(SyncopeClientCompositeException scce, RuntimeException e) protected void
RealmDataBinderImpl.bind
(Realm realm, RealmTO realmTO, SyncopeClientCompositeException scce) protected void
RealmDataBinderImpl.fill
(RealmTO realmTO, Realm realm, SyncopeClientCompositeException scce) protected void
UserDataBinderImpl.setPassword
(User user, String password, SyncopeClientCompositeException scce) protected void
UserDataBinderImpl.setSecurityAnswer
(User user, String securityAnswer, SyncopeClientCompositeException scce)