nl.surfnet.coin.teams.domain
Class ConversionRule

java.lang.Object
  extended by nl.surfnet.coin.teams.domain.ConversionRule
All Implemented Interfaces:
Serializable

public class ConversionRule
extends Object
implements Serializable

Search/replace of identifiers for person or group id's.

Institutions provide the person id "s123456", for SURFconext we need to convert that into urn:collab:person:nl.myuniversity:s123456 (and the other way around).

See Also:
Serialized Form

Constructor Summary
ConversionRule()
           
 
Method Summary
 String getPropertyName()
           
 String getReplaceWith()
           
 String getSearchPattern()
           
 void setPropertyName(String propertyName)
           
 void setReplaceWith(String replaceWith)
           
 void setSearchPattern(String searchPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversionRule

public ConversionRule()
Method Detail

getPropertyName

public String getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)

getSearchPattern

public String getSearchPattern()

setSearchPattern

public void setSearchPattern(String searchPattern)

getReplaceWith

public String getReplaceWith()

setReplaceWith

public void setReplaceWith(String replaceWith)


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.