Package de.adorsys.xs2a.adapter.impl
Class ScopeWithResourceIdOauth2Service
- java.lang.Object
-
- de.adorsys.xs2a.adapter.impl.Oauth2ServiceDecorator
-
- de.adorsys.xs2a.adapter.impl.ScopeWithResourceIdOauth2Service
-
- All Implemented Interfaces:
Oauth2Service,Oauth2ValidationService
public class ScopeWithResourceIdOauth2Service extends Oauth2ServiceDecorator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.adorsys.xs2a.adapter.api.Oauth2Service
Oauth2Service.GrantType, Oauth2Service.Parameters, Oauth2Service.ResponseType
-
-
Field Summary
-
Fields inherited from class de.adorsys.xs2a.adapter.impl.Oauth2ServiceDecorator
oauth2Service
-
-
Constructor Summary
Constructors Constructor Description ScopeWithResourceIdOauth2Service(Oauth2Service oauth2Service, String aisScopePrefix, String pisScopePrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetAuthorizationRequestUri(Map<String,String> headers, Oauth2Service.Parameters parameters)List<ValidationError>validateGetAuthorizationRequestUri(Map<String,String> headers, Oauth2Service.Parameters parameters)-
Methods inherited from class de.adorsys.xs2a.adapter.impl.Oauth2ServiceDecorator
getToken, validateGetToken
-
-
-
-
Constructor Detail
-
ScopeWithResourceIdOauth2Service
public ScopeWithResourceIdOauth2Service(Oauth2Service oauth2Service, String aisScopePrefix, String pisScopePrefix)
-
-
Method Detail
-
validateGetAuthorizationRequestUri
public List<ValidationError> validateGetAuthorizationRequestUri(Map<String,String> headers, Oauth2Service.Parameters parameters)
- Specified by:
validateGetAuthorizationRequestUriin interfaceOauth2ValidationService- Overrides:
validateGetAuthorizationRequestUriin classOauth2ServiceDecorator
-
getAuthorizationRequestUri
public URI getAuthorizationRequestUri(Map<String,String> headers, Oauth2Service.Parameters parameters) throws IOException
- Specified by:
getAuthorizationRequestUriin interfaceOauth2Service- Overrides:
getAuthorizationRequestUriin classOauth2ServiceDecorator- Throws:
IOException
-
-