nl.surfnet.coin.api.oauth
Interface ClientMetaData

All Known Implementing Classes:
JanusClientMetadata

public interface ClientMetaData

Interface of information about an OAuth1/2 client.


Method Summary
 String getAppDescription()
           
 String getAppEntityId()
           
 String getAppIcon()
           
 String getAppThumbNail()
           
 String getAppTitle()
           
 String getConsumerKey()
           
 String getEulaUrl()
          Get the EULA URL
 boolean isConsentRequired()
           
 

Method Detail

getAppTitle

String getAppTitle()
Returns:
the appTitle

getAppIcon

String getAppIcon()
Returns:
the appIcon

getAppDescription

String getAppDescription()
Returns:
the appDescription

getAppThumbNail

String getAppThumbNail()
Returns:
the appThumbNail

getAppEntityId

String getAppEntityId()
Returns:
the appEntityId

getConsumerKey

String getConsumerKey()
Returns:
the consumerKey

isConsentRequired

boolean isConsentRequired()
Returns:
is consent is required

getEulaUrl

String getEulaUrl()
Get the EULA URL

Returns:
String representing the EULA URL


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