com.evolveum.midpoint.test.ldap
Class AbstractResourceController

java.lang.Object
  extended by com.evolveum.midpoint.test.ldap.AbstractResourceController
Direct Known Subclasses:
DummyResourceContoller, OpenDJController

public abstract class AbstractResourceController
extends Object

Author:
semancik

Field Summary
protected  PrismObject<ResourceType> resource
           
 
Constructor Summary
AbstractResourceController()
           
 
Method Summary
 ItemPath getAttributePath(String attributeName)
           
 QName getAttributeQName(String attributeName)
           
 String getNamespace()
           
 PrismObject<ResourceType> getResource()
           
 void setResource(PrismObject<ResourceType> resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

protected PrismObject<ResourceType> resource
Constructor Detail

AbstractResourceController

public AbstractResourceController()
Method Detail

getNamespace

public String getNamespace()

getResource

public PrismObject<ResourceType> getResource()

setResource

public void setResource(PrismObject<ResourceType> resource)

getAttributeQName

public QName getAttributeQName(String attributeName)

getAttributePath

public ItemPath getAttributePath(String attributeName)


Copyright © 2013 evolveum. All Rights Reserved.