nl.surfnet.coin.selfservice.domain
Class IdentityProvider

java.lang.Object
  extended by nl.surfnet.coin.selfservice.domain.Provider
      extended by nl.surfnet.coin.selfservice.domain.IdentityProvider
All Implemented Interfaces:
Serializable, Comparable<Provider>

public class IdentityProvider
extends Provider
implements Serializable

Identity provider

See Also:
Serialized Form

Constructor Summary
IdentityProvider()
           
IdentityProvider(String id, String institutionId, String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 String getInstitutionId()
           
 String getSloLocation()
           
 String getSsoLocation()
           
 int hashCode()
           
 void setId(String id)
           
 void setInstitutionId(String institutionId)
           
 void setSloLocation(String sloLocation)
           
 void setSsoLocation(String ssoLocation)
           
 
Methods inherited from class nl.surfnet.coin.selfservice.domain.Provider
addContactPerson, addDescription, addHomeUrl, addName, compareTo, firstStatusThenName, getContactPersons, getDescription, getDescriptions, getHomeUrl, getHomeUrls, getLogoUrl, getMetadataUrl, getName, getNames, getType, isLinked, setContactPersons, setDescription, setDescriptions, setHomeUrl, setHomeUrls, setLinked, setLogoUrl, setMetadataUrl, setName, setNames, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityProvider

public IdentityProvider()

IdentityProvider

public IdentityProvider(String id,
                        String institutionId,
                        String name)
Method Detail

getId

public String getId()
Specified by:
getId in class Provider

setId

public void setId(String id)
Specified by:
setId in class Provider

getInstitutionId

public String getInstitutionId()

setInstitutionId

public void setInstitutionId(String institutionId)

getSsoLocation

public String getSsoLocation()

setSsoLocation

public void setSsoLocation(String ssoLocation)

getSloLocation

public String getSloLocation()

setSloLocation

public void setSloLocation(String sloLocation)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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