Class TokenController
java.lang.Object
io.jmix.securityoauth2.impl.controller.TokenController
REST controller that is used for token revocation
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationEventPublisherprotected TokenMaskerprotected TokenRevoker - 
Constructor Summary
Constructors - 
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
 
 -