com.evolveum.midpoint.model.controller
Class SchemaHandlerImpl
java.lang.Object
com.evolveum.midpoint.model.controller.SchemaHandlerImpl
- All Implemented Interfaces:
- SchemaHandler
@Component(value="schemaHandler")
public class SchemaHandlerImpl
- extends java.lang.Object
- implements SchemaHandler
- Author:
- lazyman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaHandlerImpl
public SchemaHandlerImpl()
getExpressionHandler
public ExpressionHandler getExpressionHandler()
- Specified by:
getExpressionHandler
in interface SchemaHandler
processInboundHandling
public UserType processInboundHandling(UserType user,
ResourceObjectShadowType resourceObjectShadow,
OperationResult result)
throws SchemaException
- Specified by:
processInboundHandling
in interface SchemaHandler
- Throws:
SchemaException
processOutboundHandling
public ObjectModificationType processOutboundHandling(UserType user,
ResourceObjectShadowType resourceObjectShadow,
OperationResult result)
throws SchemaException
- Specified by:
processOutboundHandling
in interface SchemaHandler
- Throws:
SchemaException
processPropertyConstructions
public UserType processPropertyConstructions(UserType user,
UserTemplateType template,
OperationResult result)
throws SchemaException
- Specified by:
processPropertyConstructions
in interface SchemaHandler
- Throws:
SchemaException
Copyright © 2011 evolveum. All Rights Reserved.