public class AuthorizationCodeRegistration extends Object
ServerAuthorizationCodeGrant
Constructor and Description |
---|
AuthorizationCodeRegistration() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getApprovedScope()
Gets the scopes explicitly approved by the end user
|
String |
getAudience() |
Client |
getClient()
Gets
Client reference |
String |
getClientCodeChallenge() |
String |
getClientCodeChallengeMethod() |
Map<String,String> |
getExtraProperties() |
String |
getNonce() |
String |
getRedirectUri()
Gets the redirect URI
|
List<String> |
getRequestedScope()
Gets the scopes request by the client
|
String |
getResponseType() |
UserSubject |
getSubject()
Gets the user subject representing the end user
|
boolean |
isPreauthorizedTokenAvailable() |
void |
setApprovedScope(List<String> approvedScope)
Sets the scopes explicitly approved by the end user.
|
void |
setAudience(String audience) |
void |
setClient(Client client)
Sets the
Client reference |
void |
setClientCodeChallenge(String clientCodeChallenge) |
void |
setClientCodeChallengeMethod(String clientCodeChallengeMethod) |
void |
setExtraProperties(Map<String,String> extraProperties) |
void |
setNonce(String nonce) |
void |
setPreauthorizedTokenAvailable(boolean preauthorizedTokenAvailable) |
void |
setRedirectUri(String redirectUri)
Sets the redirect URI
|
void |
setRequestedScope(List<String> requestedScope)
Sets the scopes request by the client
|
void |
setResponseType(String responseType) |
void |
setSubject(UserSubject subject)
Sets the user subject representing the end user
|
public void setClient(Client client)
Client
referenceclient
- the clientpublic void setRedirectUri(String redirectUri)
redirectUri
- the redirect URIpublic String getRedirectUri()
public void setRequestedScope(List<String> requestedScope)
requestedScope
- the requested scopespublic List<String> getRequestedScope()
public void setApprovedScope(List<String> approvedScope)
approvedScope
- the approved scopespublic List<String> getApprovedScope()
public void setSubject(UserSubject subject)
subject
- the subjectpublic UserSubject getSubject()
public String getAudience()
public void setAudience(String audience)
public String getClientCodeChallenge()
public void setClientCodeChallenge(String clientCodeChallenge)
public String getNonce()
public void setNonce(String nonce)
public boolean isPreauthorizedTokenAvailable()
public void setPreauthorizedTokenAvailable(boolean preauthorizedTokenAvailable)
public String getResponseType()
public void setResponseType(String responseType)
public String getClientCodeChallengeMethod()
public void setClientCodeChallengeMethod(String clientCodeChallengeMethod)
Apache CXF