nl.surfnet.coin.janus.domain
Class EntityMetadata
java.lang.Object
nl.surfnet.coin.janus.domain.EntityMetadata
- All Implemented Interfaces:
- Serializable
public class EntityMetadata
- extends Object
- implements Serializable
Representation of an entity's metadata in Janus.
- See Also:
- Serialized Form
EntityMetadata
public EntityMetadata()
fromMetadataMap
public static EntityMetadata fromMetadataMap(Map<String,Object> metadata)
setAppTitle
public void setAppTitle(String appTitle)
setAppIcon
public void setAppIcon(String appIcon)
setAppDescription
public void setAppDescription(String appDescription)
setAppThumbNail
public void setAppThumbNail(String appThumbNail)
setAppEntityId
public void setAppEntityId(String appEntityId)
setOauthCallbackUrl
public void setOauthCallbackUrl(String oauthCallbackUrl)
setTwoLeggedOauthAllowed
public void setTwoLeggedOauthAllowed(boolean twoLeggedOauthAllowed)
setOauthConsumerKey
public void setOauthConsumerKey(String oauthConsumerKey)
toString
public String toString()
- Overrides:
toString in class Object
getAppTitle
public String getAppTitle()
getAppIcon
public String getAppIcon()
getAppDescription
public String getAppDescription()
getAppThumbNail
public String getAppThumbNail()
getAppEntityId
public String getAppEntityId()
getOauthCallbackUrl
public String getOauthCallbackUrl()
isTwoLeggedOauthAllowed
public boolean isTwoLeggedOauthAllowed()
getOauthConsumerKey
public String getOauthConsumerKey()
setOauthConsumerSecret
public void setOauthConsumerSecret(String oauthConsumerSecret)
getOauthConsumerSecret
public String getOauthConsumerSecret()
getAppLogoUrl
public String getAppLogoUrl()
getAppHomeUrl
public String getAppHomeUrl()
setAppLogoUrl
public void setAppLogoUrl(String appLogoUrl)
setAppHomeUrl
public void setAppHomeUrl(String appHomeUrl)
getContacts
public List<Contact> getContacts()
isIdpVisibleOnly
public boolean isIdpVisibleOnly()
setIdpVisibleOnly
public void setIdpVisibleOnly(boolean idpVisibleOnly)
getEula
public String getEula()
setEula
public void setEula(String eula)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
isConsentNotRequired
public boolean isConsentNotRequired()
- Returns:
- the consentNotRequired
setConsentNotRequired
public void setConsentNotRequired(boolean consentNotRequired)
- Parameters:
consentNotRequired - the consentNotRequired to set
getWorkflowState
public String getWorkflowState()
setWorkflowState
public void setWorkflowState(String workflowState)
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.