Interface IdentityTokenProducer
- All Known Implementing Classes:
KeycloakTokenProducer
public interface IdentityTokenProducer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpHeadersorg.springframework.http.HttpEntityorg.springframework.http.HttpEntityentityWithAuthorizationHeader(String user, String password) org.springframework.http.HttpEntitywithResource(String resource) withTestPassword(String password) withTestUser(String user)
-
Field Details
-
AUTHORIZATION_HEADER
- See Also:
-
-
Method Details
-
getTokenString
String getTokenString() -
withResource
-
withTestPassword
-
withTestUser
-
getAccessTokenString
String getAccessTokenString() -
entityWithAuthorizationHeader
-
entityWithoutAuthentication
org.springframework.http.HttpEntity entityWithoutAuthentication() -
entityWithAuthorizationHeader
org.springframework.http.HttpEntity entityWithAuthorizationHeader() -
getTestUser
String getTestUser() -
authorizationHeaders
org.springframework.http.HttpHeaders authorizationHeaders()
-