Package com.soffid.iam.service.impl
Class AttributeValidationServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.impl.AttributeValidationServiceBase
-
- com.soffid.iam.service.impl.AttributeValidationServiceImpl
-
- All Implemented Interfaces:
AttributeValidationService
public class AttributeValidationServiceImpl extends AttributeValidationServiceBase
-
-
Field Summary
-
Fields inherited from interface com.soffid.iam.service.impl.AttributeValidationService
SERVICE_NAME
-
-
Constructor Summary
Constructors Constructor Description AttributeValidationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleValidate(AccountMetadataEntity metadata, Object value)
protected void
handleValidate(MetaDataEntity metadata, Object value)
protected void
validate(Object value, es.caib.seycon.ng.comu.TypeEnumeration type, CustomObjectTypeEntity customObjectType, String values)
-
Methods inherited from class com.soffid.iam.service.impl.AttributeValidationServiceBase
getCustomObjectEntityDao, getGroupEntityDao, getHostEntityDao, getInformationSystemEntityDao, getNetworkEntityDao, getPrincipal, getUserEntityDao, getUserTypeEntityDao, setCustomObjectEntityDao, setGroupEntityDao, setHostEntityDao, setInformationSystemEntityDao, setNetworkEntityDao, setUserEntityDao, setUserTypeEntityDao, validate, validate
-
-
-
-
Method Detail
-
handleValidate
protected void handleValidate(MetaDataEntity metadata, Object value) throws Exception
- Specified by:
handleValidate
in classAttributeValidationServiceBase
- Throws:
Exception
-
handleValidate
protected void handleValidate(AccountMetadataEntity metadata, Object value) throws Exception
- Specified by:
handleValidate
in classAttributeValidationServiceBase
- Throws:
Exception
-
validate
protected void validate(Object value, es.caib.seycon.ng.comu.TypeEnumeration type, CustomObjectTypeEntity customObjectType, String values) throws es.caib.seycon.ng.exception.InternalErrorException, UnsupportedEncodingException
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
UnsupportedEncodingException
-
-