org.surfnet.oaaas.example.api
Class AuthConfiguration

java.lang.Object
  extended by org.surfnet.oaaas.example.api.AuthConfiguration

public class AuthConfiguration
extends Object

Configuration for Authorization Server


Constructor Summary
AuthConfiguration()
           
 
Method Summary
 String getAuthorizationServerUrl()
           
 String getKey()
           
 String getSecret()
           
 void setAuthorizationServerUrl(String authorizationServerUrl)
           
 void setKey(String key)
           
 void setSecret(String secret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthConfiguration

public AuthConfiguration()
Method Detail

getAuthorizationServerUrl

public String getAuthorizationServerUrl()
Returns:
the authorizationServerUrl

setAuthorizationServerUrl

public void setAuthorizationServerUrl(String authorizationServerUrl)
Parameters:
authorizationServerUrl - the authorizationServerUrl to set

getSecret

public String getSecret()
Returns:
the secret

setSecret

public void setSecret(String secret)
Parameters:
secret - the secret to set

getKey

public String getKey()
Returns:
the key

setKey

public void setKey(String key)
Parameters:
key - the key to set


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