@RestController(value="sec_TokenController")
public class TokenController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.springframework.context.ApplicationEventPublisher |
applicationEventPublisher |
protected TokenMasker |
tokenMasker |
protected TokenRevoker |
tokenRevoker |
Constructor and Description |
---|
TokenController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<?> |
revokeToken(java.lang.String token,
java.lang.String tokenTypeHint,
java.security.Principal principal) |
@Autowired protected TokenRevoker tokenRevoker
@Autowired protected TokenMasker tokenMasker
@Autowired protected org.springframework.context.ApplicationEventPublisher applicationEventPublisher