Class AccessCheckerViaAuthService

java.lang.Object
ru.foodtechlab.lib.auth.integration.core.authorizartion.impl.AccessCheckerViaAuthService
All Implemented Interfaces:
com.rcore.domain.security.port.AccessChecker

public class AccessCheckerViaAuthService extends Object implements com.rcore.domain.security.port.AccessChecker
  • Constructor Details

    • AccessCheckerViaAuthService

      public AccessCheckerViaAuthService()
  • Method Details

    • checkAccessByToken

      public com.rcore.domain.security.model.CredentialDetails checkAccessByToken(String token, String requestType, String requestPath, String serviceName)
      Specified by:
      checkAccessByToken in interface com.rcore.domain.security.port.AccessChecker
    • tokenIsValid

      public boolean tokenIsValid(String token)
      Specified by:
      tokenIsValid in interface com.rcore.domain.security.port.AccessChecker