|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
public class AuthorizationCodeRegistration
Captures the information associated with the code grant registration request.
ServerAuthorizationCodeGrant
Constructor Summary | |
---|---|
AuthorizationCodeRegistration()
|
Method Summary | |
---|---|
List<String> |
getApprovedScope()
Gets the scopes explicitly approved by the end user |
String |
getAudience()
|
Client |
getClient()
Gets Client reference |
String |
getClientCodeVerifier()
|
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 |
setClientCodeVerifier(String clientCodeVerifier)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorizationCodeRegistration()
Method Detail |
---|
public void setClient(Client client)
Client
reference
client
- the clientpublic Client getClient()
Client
reference
public 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 getClientCodeVerifier()
public void setClientCodeVerifier(String clientCodeVerifier)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |