|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.security.oauth2.client.provider.BaseOAuth2ProtectedResourceDetails
org.springframework.security.oauth2.client.code.AuthorizationCodeResourceDetails
public class AuthorizationCodeResourceDetails
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.springframework.security.oauth2.client.OAuth2ProtectedResourceDetails |
|---|
OAuth2ProtectedResourceDetails.BearerTokenMethod |
| Constructor Summary | |
|---|---|
AuthorizationCodeResourceDetails()
|
|
| Method Summary | |
|---|---|
String |
getPreEstablishedRedirectUri()
The redirect URI that has been pre-established with the server. |
String |
getState()
The id of the state of the flow, if any. |
String |
getUserAuthorizationUri()
The URI to which the user is to be redirected to authorize an access token. |
void |
setPreEstablishedRedirectUri(String preEstablishedRedirectUri)
The redirect URI that has been pre-established with the server. |
void |
setState(String state)
The id of the state of the flow, if any. |
void |
setUserAuthorizationUri(String userAuthorizationUri)
The URI to which the user is to be redirected to authorize an access token. |
| Methods inherited from class org.springframework.security.oauth2.client.provider.BaseOAuth2ProtectedResourceDetails |
|---|
equals, getAccessTokenUri, getBearerTokenMethod, getBearerTokenName, getClientAuthenticationScheme, getClientId, getClientSecret, getGrantType, getId, getScope, hashCode, isScoped, isSecretRequired, setAccessTokenUri, setBearerTokenMethod, setBearerTokenName, setClientAuthenticationScheme, setClientId, setClientSecret, setGrantType, setId, setScope, setScoped, setSecretRequired |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorizationCodeResourceDetails()
| Method Detail |
|---|
public String getState()
public void setState(String state)
state - The id of the state of the flow, if any.public String getUserAuthorizationUri()
public void setUserAuthorizationUri(String userAuthorizationUri)
userAuthorizationUri - The URI to which the user is to be redirected to authorize an access token.public String getPreEstablishedRedirectUri()
public void setPreEstablishedRedirectUri(String preEstablishedRedirectUri)
preEstablishedRedirectUri - The redirect URI that has been pre-established with the server.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||