Class RevokeTokenTest

    • Constructor Detail

      • RevokeTokenTest

        public RevokeTokenTest()
    • Method Detail

      • setUp

        protected void setUp​(net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod method,
                             String rootTokenId)
                      throws Exception
        Throws:
        Exception
      • setUp

        protected void setUp​(net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod method,
                             String rootTokenId,
                             Instant exp)
                      throws Exception
        Throws:
        Exception
      • testChain_RevokeAccessToken

        public void testChain_RevokeAccessToken()
                                         throws Exception
        Throws:
        Exception
      • testChain_RevokeRefreshToken

        public void testChain_RevokeRefreshToken()
                                          throws Exception
        Throws:
        Exception
      • testChain_RevokeAccessTokenViaRootToken

        public void testChain_RevokeAccessTokenViaRootToken()
                                                     throws Exception
        Throws:
        Exception
      • testChain_RevokeRefreshTokenViaRootToken

        public void testChain_RevokeRefreshTokenViaRootToken()
                                                      throws Exception
        Throws:
        Exception
      • testSingleToken_NoToken

        public void testSingleToken_NoToken()
                                     throws Exception
        Throws:
        Exception
      • testSingleToken_ExpiredAccessToken

        public void testSingleToken_ExpiredAccessToken()
                                                throws Exception
        Throws:
        Exception
      • testSingleToken_ExpiredRefreshToken

        public void testSingleToken_ExpiredRefreshToken()
                                                 throws Exception
        Throws:
        Exception
      • testSingleToken_RevokeAccessToken

        public void testSingleToken_RevokeAccessToken()
                                               throws Exception
        Throws:
        Exception
      • testSingleToken_RevokeRefreshToken

        public void testSingleToken_RevokeRefreshToken()
                                                throws Exception
        Throws:
        Exception
      • testSingleToken_RevokeAccessTokenViaRootToken

        public void testSingleToken_RevokeAccessTokenViaRootToken()
                                                           throws Exception
        Throws:
        Exception
      • testSingleToken_RevokeRefreshTokenViaRootToken

        public void testSingleToken_RevokeRefreshTokenViaRootToken()
                                                            throws Exception
        Throws:
        Exception