public class OAuthAuthorizationData extends OAuthRedirectionState implements Serializable
Constructor and Description |
---|
OAuthAuthorizationData() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getApplicationCertificates() |
String |
getApplicationDescription()
Gets the application description
|
String |
getApplicationLogoUri()
Gets the application logo URI
|
String |
getApplicationName()
Sets the client application name
|
String |
getApplicationWebUri()
Gets the application web URI
|
String |
getAuthenticityToken()
Gets the authenticity token linking the authorization
challenge to the current end user session
|
String |
getEndUserName() |
Map<String,String> |
getExtraApplicationProperties() |
List<? extends Permission> |
getPermissions()
Gets the list of scopes translated to
Permission instances
requested by the client application |
String |
getReplyTo()
Gets the absolute URI where the authorization decision data
will need to be sent to
|
void |
setApplicationCertificates(List<String> applicationCertificates) |
void |
setApplicationDescription(String applicationDescription)
Sets the application description
|
void |
setApplicationLogoUri(String applicationLogoUri)
Sets the application logo URI
|
void |
setApplicationName(String applicationName)
Sets the client application name
|
void |
setApplicationWebUri(String applicationWebUri)
Sets the application web URI
|
void |
setAuthenticityToken(String authenticityToken)
Sets the authenticity token linking the authorization
challenge to the current end user session
|
void |
setEndUserName(String endUserName) |
void |
setExtraApplicationProperties(Map<String,String> extraApplicationProperties) |
void |
setPermissions(List<? extends Permission> permissions)
Gets the list of scopes translated to
Permission instances |
void |
setReplyTo(String replyTo)
Sets the absolute URI where the authorization decision data
will need to be sent to
|
getAudience, getClientCodeChallenge, getClientId, getProposedScope, getRedirectUri, getState, setAudience, setClientCodeChallenge, setClientId, setProposedScope, setRedirectUri, setState
public String getApplicationName()
public void setApplicationName(String applicationName)
applicationName
- application namepublic List<? extends Permission> getPermissions()
Permission
instances
requested by the client applicationpublic void setPermissions(List<? extends Permission> permissions)
Permission
instancespublic void setAuthenticityToken(String authenticityToken)
authenticityToken
- the session authenticity tokenpublic String getAuthenticityToken()
public void setApplicationDescription(String applicationDescription)
applicationDescription
- the descriptionpublic String getApplicationDescription()
public void setApplicationWebUri(String applicationWebUri)
applicationWebUri
- the application URIpublic String getApplicationWebUri()
public void setApplicationLogoUri(String applicationLogoUri)
applicationLogoUri
- the logo URIpublic String getApplicationLogoUri()
public void setReplyTo(String replyTo)
replyTo
- authorization decision handler URIpublic String getReplyTo()
public void setExtraApplicationProperties(Map<String,String> extraApplicationProperties)
public String getEndUserName()
public void setEndUserName(String endUserName)
Apache CXF