@ConfigurationProperties(value="micronaut.security.oauth2.revocation") public class RevocationEndpointConfigurationProperties extends java.lang.Object implements RevocationEndpoint
ConfigurationProperties implementation of RevocationEndpoint.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
RevocationEndpointConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUrl() |
void |
setUrl(java.lang.String url) |
public static final java.lang.String PREFIX