Interface IdentityTokenProducer

    • Method Detail

      • getTokenString

        String getTokenString()
      • getAccessTokenString

        String getAccessTokenString()
      • entityWithAuthorizationHeader

        org.springframework.http.HttpEntity entityWithAuthorizationHeader​(String user,
                                                                          String password)
      • entityWithoutAuthentication

        org.springframework.http.HttpEntity entityWithoutAuthentication()
      • entityWithAuthorizationHeader

        org.springframework.http.HttpEntity entityWithAuthorizationHeader()
      • getTestUser

        String getTestUser()
      • authorizationHeaders

        org.springframework.http.HttpHeaders authorizationHeaders()