org.surfnet.oaaas.example.api
Class AuthConfiguration
java.lang.Object
org.surfnet.oaaas.example.api.AuthConfiguration
public class AuthConfiguration
- extends Object
Configuration for Authorization Server
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthConfiguration
public AuthConfiguration()
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.