Uses of Enum Class
org.apache.syncope.common.lib.types.ClientExceptionType
Packages that use ClientExceptionType
Package
Description
-
Uses of ClientExceptionType in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return ClientExceptionTypeMethods in org.apache.syncope.common.lib with parameters of type ClientExceptionTypeModifier and TypeMethodDescriptionstatic SyncopeClientExceptionSyncopeClientException.build(ClientExceptionType type) SyncopeClientCompositeException.getException(ClientExceptionType exceptionType) booleanSyncopeClientCompositeException.hasException(ClientExceptionType exceptionType) final voidSyncopeClientException.setType(ClientExceptionType type) Constructors in org.apache.syncope.common.lib with parameters of type ClientExceptionType -
Uses of ClientExceptionType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return ClientExceptionTypeMethods in org.apache.syncope.common.lib.to with parameters of type ClientExceptionType -
Uses of ClientExceptionType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return ClientExceptionTypeModifier and TypeMethodDescriptionstatic ClientExceptionTypeClientExceptionType.fromHeaderValue(String exceptionTypeHeaderValue) static ClientExceptionTypeReturns the enum constant of this class with the specified name.static ClientExceptionType[]ClientExceptionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClientExceptionType in org.apache.syncope.core.provisioning.api.jexl
Methods in org.apache.syncope.core.provisioning.api.jexl with parameters of type ClientExceptionTypeModifier and TypeMethodDescriptionvoidTemplateUtils.check(Map<String, AnyTO> templates, ClientExceptionType clientExceptionType) -
Uses of ClientExceptionType in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type ClientExceptionTypeModifier and TypeMethodDescriptionprotected Response.ResponseBuilderSCIMExceptionMapper.builder(ClientExceptionType hType, String msg)