@ConfigurationProperties(prefix="security.oauth2.authorization") public class AuthorizationServerProperties extends Object
Constructor and Description |
---|
AuthorizationServerProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getCheckTokenAccess() |
String |
getRealm() |
String |
getTokenKeyAccess() |
void |
setCheckTokenAccess(String checkTokenAccess) |
void |
setRealm(String realm) |
void |
setTokenKeyAccess(String tokenKeyAccess) |
public String getCheckTokenAccess()
public void setCheckTokenAccess(String checkTokenAccess)
public String getTokenKeyAccess()
public void setTokenKeyAccess(String tokenKeyAccess)
public String getRealm()
public void setRealm(String realm)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.