@ManagedResource(description="Manages user REST API tokens")
public interface ServerTokenStoreMBean
ServerTokenStore
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
removeTokensByUserLogin(java.lang.String userLogin) |
static final java.lang.String NAME
@ManagedOperation(description="Removes all REST API tokens for the specified user") @ManagedOperationParameters(value=@ManagedOperationParameter(name="userLogin",description="user login, for which all tokens will be removed")) java.lang.String removeTokensByUserLogin(java.lang.String userLogin)