Class AccessCheckerViaAuthService

  • All Implemented Interfaces:
    com.rcore.domain.security.port.AccessChecker

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

      • AccessCheckerViaAuthService

        public AccessCheckerViaAuthService()
    • Method Detail

      • 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