@RestController @RequestMapping(value="/sca") @MiddlewareUserResource public class RedirectScaResource extends Object implements RedirectScaRestAPI
BASE_PATH| Constructor and Description |
|---|
RedirectScaResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<GlobalScaResponseTO> |
getSCA(String authorisationId) |
org.springframework.http.ResponseEntity<GlobalScaResponseTO> |
selectMethod(String authorisationId,
String scaMethodId) |
org.springframework.http.ResponseEntity<GlobalScaResponseTO> |
startSca(StartScaOprTO startScaOpr) |
org.springframework.http.ResponseEntity<GlobalScaResponseTO> |
validateScaCode(String authorisationId,
String authCode) |
@PreAuthorize(value="hasScaScope() and hasAccessToAccountByScaOperation(#startScaOpr)") public org.springframework.http.ResponseEntity<GlobalScaResponseTO> startSca(StartScaOprTO startScaOpr)
startSca in interface RedirectScaRestAPI@PreAuthorize(value="hasScaScope() and hasAccessToAccountByAuthorizationId(#authorisationId)") public org.springframework.http.ResponseEntity<GlobalScaResponseTO> getSCA(String authorisationId)
getSCA in interface RedirectScaRestAPI@PreAuthorize(value="hasScaScope() and hasAccessToAccountByAuthorizationId(#authorisationId)") public org.springframework.http.ResponseEntity<GlobalScaResponseTO> selectMethod(String authorisationId, String scaMethodId)
selectMethod in interface RedirectScaRestAPI@PreAuthorize(value="hasScaScope() and hasAccessToAccountByAuthorizationId(#authorisationId)") public org.springframework.http.ResponseEntity<GlobalScaResponseTO> validateScaCode(String authorisationId, String authCode)
validateScaCode in interface RedirectScaRestAPICopyright © 2020. All rights reserved.