|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AuthorizationRequest in org.springframework.security.oauth2.provider |
|---|
| Classes in org.springframework.security.oauth2.provider that implement AuthorizationRequest | |
|---|---|
class |
DefaultAuthorizationRequest
Base class representing a request for authorization. |
| Methods in org.springframework.security.oauth2.provider that return AuthorizationRequest | |
|---|---|
AuthorizationRequest |
DefaultAuthorizationRequestManager.createAuthorizationRequest(Map<String,String> parameters)
|
AuthorizationRequest |
AuthorizationRequestManager.createAuthorizationRequest(Map<String,String> authorizationParameters)
Create a new AuthorizationRequest extracting all the needed information from the incoming parameter map. |
AuthorizationRequest |
OAuth2Authentication.getAuthorizationRequest()
The authorization request containing details of the client application. |
| Methods in org.springframework.security.oauth2.provider with parameters of type AuthorizationRequest | |
|---|---|
OAuth2AccessToken |
TokenGranter.grant(String grantType,
AuthorizationRequest authorizationRequest)
|
OAuth2AccessToken |
CompositeTokenGranter.grant(String grantType,
AuthorizationRequest authorizationRequest)
|
| Constructors in org.springframework.security.oauth2.provider with parameters of type AuthorizationRequest | |
|---|---|
DefaultAuthorizationRequest(AuthorizationRequest copy)
|
|
OAuth2Authentication(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
Construct an OAuth 2 authentication. |
|
| Uses of AuthorizationRequest in org.springframework.security.oauth2.provider.approval |
|---|
| Methods in org.springframework.security.oauth2.provider.approval that return AuthorizationRequest | |
|---|---|
AuthorizationRequest |
UserApprovalHandler.updateBeforeApproval(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
Provides an opportunity to update the authorization request before it is checked for approval in cases where the incoming approval parameters contain richer information than just true/false (e.g. |
AuthorizationRequest |
DefaultUserApprovalHandler.updateBeforeApproval(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
|
AuthorizationRequest |
TokenServicesUserApprovalHandler.updateBeforeApproval(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
|
| Methods in org.springframework.security.oauth2.provider.approval with parameters of type AuthorizationRequest | |
|---|---|
boolean |
UserApprovalHandler.isApproved(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
Tests whether the specified authorization request has been approved by the current user (if there is one). |
boolean |
DefaultUserApprovalHandler.isApproved(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
Basic implementation just requires the authorization request to be explicitly approved and the user to be authenticated. |
boolean |
TokenServicesUserApprovalHandler.isApproved(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
Basic implementation just requires the authorization request to be explicitly approved and the user to be authenticated. |
AuthorizationRequest |
UserApprovalHandler.updateBeforeApproval(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
Provides an opportunity to update the authorization request before it is checked for approval in cases where the incoming approval parameters contain richer information than just true/false (e.g. |
AuthorizationRequest |
DefaultUserApprovalHandler.updateBeforeApproval(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
|
AuthorizationRequest |
TokenServicesUserApprovalHandler.updateBeforeApproval(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
|
| Uses of AuthorizationRequest in org.springframework.security.oauth2.provider.client |
|---|
| Methods in org.springframework.security.oauth2.provider.client with parameters of type AuthorizationRequest | |
|---|---|
OAuth2AccessToken |
ClientCredentialsTokenGranter.grant(String grantType,
AuthorizationRequest authorizationRequest)
|
| Uses of AuthorizationRequest in org.springframework.security.oauth2.provider.code |
|---|
| Methods in org.springframework.security.oauth2.provider.code that return AuthorizationRequest | |
|---|---|
AuthorizationRequest |
AuthorizationRequestHolder.getAuthenticationRequest()
|
| Methods in org.springframework.security.oauth2.provider.code with parameters of type AuthorizationRequest | |
|---|---|
protected OAuth2Authentication |
AuthorizationCodeTokenGranter.getOAuth2Authentication(AuthorizationRequest authorizationRequest)
|
| Constructors in org.springframework.security.oauth2.provider.code with parameters of type AuthorizationRequest | |
|---|---|
AuthorizationRequestHolder(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication userAuthentication)
|
|
| Uses of AuthorizationRequest in org.springframework.security.oauth2.provider.implicit |
|---|
| Methods in org.springframework.security.oauth2.provider.implicit with parameters of type AuthorizationRequest | |
|---|---|
protected OAuth2Authentication |
ImplicitTokenGranter.getOAuth2Authentication(AuthorizationRequest clientToken)
|
| Uses of AuthorizationRequest in org.springframework.security.oauth2.provider.password |
|---|
| Methods in org.springframework.security.oauth2.provider.password with parameters of type AuthorizationRequest | |
|---|---|
protected OAuth2Authentication |
ResourceOwnerPasswordTokenGranter.getOAuth2Authentication(AuthorizationRequest clientToken)
|
| Uses of AuthorizationRequest in org.springframework.security.oauth2.provider.refresh |
|---|
| Methods in org.springframework.security.oauth2.provider.refresh with parameters of type AuthorizationRequest | |
|---|---|
protected OAuth2AccessToken |
RefreshTokenGranter.getAccessToken(AuthorizationRequest authorizationRequest)
|
| Uses of AuthorizationRequest in org.springframework.security.oauth2.provider.token |
|---|
| Methods in org.springframework.security.oauth2.provider.token with parameters of type AuthorizationRequest | |
|---|---|
protected OAuth2AccessToken |
AbstractTokenGranter.getAccessToken(AuthorizationRequest authorizationRequest)
|
protected int |
DefaultTokenServices.getAccessTokenValiditySeconds(AuthorizationRequest authorizationRequest)
The access token validity period in seconds |
protected OAuth2Authentication |
AbstractTokenGranter.getOAuth2Authentication(AuthorizationRequest authorizationRequest)
|
protected int |
DefaultTokenServices.getRefreshTokenValiditySeconds(AuthorizationRequest authorizationRequest)
The refresh token validity period in seconds |
OAuth2AccessToken |
AbstractTokenGranter.grant(String grantType,
AuthorizationRequest authorizationRequest)
|
protected boolean |
DefaultTokenServices.isSupportRefreshToken(AuthorizationRequest authorizationRequest)
Is a refresh token supported for this client (or the global setting if clientDetailsService is not set. |
OAuth2AccessToken |
AuthorizationServerTokenServices.refreshAccessToken(String refreshToken,
AuthorizationRequest request)
Refresh an access token. |
OAuth2AccessToken |
DefaultTokenServices.refreshAccessToken(String refreshTokenValue,
AuthorizationRequest request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||