nl.surfnet.coin.teams.domain
Class ConversionRule
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversionRule
public ConversionRule()
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.