nl.surfnet.coin.api.service
Class PersonARPEnforcer

java.lang.Object
  extended by nl.surfnet.coin.api.service.PersonARPEnforcer

public class PersonARPEnforcer
extends Object

Helper class to enforce a given ARP onto a given Person object.


Nested Class Summary
static class PersonARPEnforcer.Attribute
           
 
Constructor Summary
PersonARPEnforcer()
           
 
Method Summary
 Person enforceARP(Person person, ARP arp)
          Mangle a given Person using the given ARP.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonARPEnforcer

public PersonARPEnforcer()
Method Detail

enforceARP

public Person enforceARP(Person person,
                         ARP arp)
Mangle a given Person using the given ARP.

Parameters:
person - Person to mangle
arp - ARP to use
Returns:
A copy of the given person, mangled


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