public class ShadowConstraintsChecker extends Object
Constructor and Description |
---|
ShadowConstraintsChecker(LensProjectionContext<ShadowType> accountContext) |
Modifier and Type | Method and Description |
---|---|
void |
check(OperationResult result) |
LensProjectionContext<ShadowType> |
getAccountContext() |
PrismObject |
getConflictingShadow() |
LensContext<UserType,ShadowType> |
getContext() |
String |
getMessages() |
PrismContext |
getPrismContext() |
RepositoryService |
getRepositoryService() |
boolean |
isSatisfiesConstraints() |
void |
setAccountContext(LensProjectionContext<ShadowType> accountContext) |
void |
setContext(LensContext<UserType,ShadowType> context) |
void |
setPrismContext(PrismContext prismContext) |
void |
setRepositoryService(RepositoryService repositoryService) |
public ShadowConstraintsChecker(LensProjectionContext<ShadowType> accountContext)
public LensProjectionContext<ShadowType> getAccountContext()
public void setAccountContext(LensProjectionContext<ShadowType> accountContext)
public PrismContext getPrismContext()
public void setPrismContext(PrismContext prismContext)
public RepositoryService getRepositoryService()
public void setRepositoryService(RepositoryService repositoryService)
public LensContext<UserType,ShadowType> getContext()
public void setContext(LensContext<UserType,ShadowType> context)
public boolean isSatisfiesConstraints()
public String getMessages()
public PrismObject getConflictingShadow()
public void check(OperationResult result) throws SchemaException, ObjectAlreadyExistsException
Copyright © 2013 evolveum. All rights reserved.