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 |
getRedirectUri()
Gets the redirect URI
|
List<String> |
getRequestedScope()
Gets the scopes request by the client
|
UserSubject |
getSubject()
Gets the user subject representing the end user
|
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 |
setRedirectUri(String redirectUri)
Sets the redirect URI
|
void |
setRequestedScope(List<String> requestedScope)
Sets the scopes request by the client
|
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)
Apache CXF