Skip to content

Commit

Permalink
Resolve PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Akila94 committed Dec 17, 2024
1 parent 31aceb7 commit bdfcbe2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
* The extension of RequestObjectValidatorImpl to enforce Open Banking specific validations of the
* request object.
*/
@Deprecated
public class OBCIBARequestObjectValidationExtension extends CIBARequestObjectValidatorImpl {

private static final Log log = LogFactory.getLog(OBCIBARequestObjectValidationExtension.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/**
* OB specific CIBA grant handler.
*/
@Deprecated
public class OBCibaGrantHandler extends CibaGrantHandler {

private static final ConsentCoreServiceImpl consentCoreService = new ConsentCoreServiceImpl();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

@PowerMockIgnore("jdk.internal.reflect.*")
@PrepareForTest({IdentityCommonUtil.class, OAuthServerConfiguration.class})
@Deprecated
public class OBCIBASignatureAlgorithmEnforcementValidatorTest extends PowerMockTestCase {


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
/**
* Consent persistence step for CIBA flow.
*/
@Deprecated
public class CIBAConsentPersistStep implements ConsentPersistStep {

private static final Log log = LogFactory.getLog(CIBAConsentPersistStep.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
/**
* Consent retrieval step for CIBA flow.
*/
@Deprecated
public class CIBAConsentRetrievalStep implements ConsentRetrievalStep {

private static final Log log = LogFactory.getLog(CIBAConsentRetrievalStep.class);
Expand Down

0 comments on commit bdfcbe2

Please sign in to comment.