Interface TokenProvider

    • Method Detail

      • canHandleToken

        boolean canHandleToken​(String tokenType)
        Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType
      • canHandleToken

        boolean canHandleToken​(String tokenType,
                               String realm)
        Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType in a given realm