Class TokenController
java.lang.Object
io.jmix.securityoauth2.impl.controller.TokenController
REST controller that is used for token revocation
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationEventPublisher
protected TokenMasker
protected TokenRevoker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
revokeToken
(String token, String tokenTypeHint, Principal principal)
-
Field Details
-
tokenRevoker
-
tokenMasker
-
applicationEventPublisher
@Autowired protected org.springframework.context.ApplicationEventPublisher applicationEventPublisher
-
-
Constructor Details
-
TokenController
public TokenController()
-
-
Method Details
-
revokeToken
-