|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.surfnet.coin.portal.domain.IdentityProvider
public class IdentityProvider
| Constructor Summary | |
|---|---|
IdentityProvider()
|
|
| Method Summary | |
|---|---|
String |
getCountry()
Get the country. |
Locale |
getDefaultLocale()
Get the default locale. |
String |
getDisplayName()
Get the display name. |
String |
getDisplayName(String language)
Get the display name for a given locale. |
String |
getEntityId()
Get the entityID. |
String |
getGeoLocationHint()
Get the GEO location hint |
Map<String,String[]> |
getKeywords()
|
String[] |
getKeywords(String language)
|
String |
getLogo()
Get the logo |
void |
setCountry(String country)
Set the country. |
void |
setDefaultLocale(Locale defaultLocale)
Set the default Locale. |
void |
setDisplayName(String displayName)
Set the display name, used by controllers to set the display name for the users' locale. |
void |
setDisplayName(String language,
String displayName)
Set a display name. |
void |
setEntityId(String entityId)
Set the entityID. |
void |
setGeoLocationHint(String geoLocationHint)
Set the geolocation and also set the country based on the geolocation. |
void |
setKeyword(String language,
String[] keywords)
|
void |
setKeywords(Map<String,String[]> keywords)
|
void |
setLogo(String logo)
Set the logo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityProvider()
| Method Detail |
|---|
public void setDisplayName(String language,
String displayName)
language - the language for the display name to setdisplayName - the display name to setpublic String getDisplayName(String language)
language -
public void setEntityId(String entityId)
entityId - the entityId to setpublic String getEntityId()
public void setDefaultLocale(Locale defaultLocale)
defaultLocale - the defaultLocale to setpublic Locale getDefaultLocale()
public void setLogo(String logo)
logo - the logo to setpublic String getLogo()
public void setGeoLocationHint(String geoLocationHint)
geoLocationHint - the geoLocationHint to setpublic String getGeoLocationHint()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic String getDisplayName()
public void setCountry(String country)
country - the country to setpublic String getCountry()
public void setKeywords(Map<String,String[]> keywords)
keywords - the keywords to setpublic Map<String,String[]> getKeywords()
public void setKeyword(String language,
String[] keywords)
public String[] getKeywords(String language)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||