public class IdentityProvider extends Object
| Constructor and Description |
|---|
IdentityProvider() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 setCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.