@ConfigurationProperties(value="micronaut.security.endpoints.introspection") public class IntrospectionConfigurationProperties extends java.lang.Object implements IntrospectionConfiguration
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_ENABLED
The default enable value.
|
static java.lang.String |
DEFAULT_PATH
The default path.
|
static java.lang.String |
PREFIX |
Constructor and Description |
---|
IntrospectionConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled)
Enables
IntrospectionController . |
void |
setPath(java.lang.String path)
Path to the
IntrospectionController . |
public static final java.lang.String PREFIX
public static final boolean DEFAULT_ENABLED
public static final java.lang.String DEFAULT_PATH
public IntrospectionConfigurationProperties()
public boolean isEnabled()
isEnabled
in interface io.micronaut.core.util.Toggleable
@NonNull public java.lang.String getPath()
getPath
in interface IntrospectionConfiguration
public void setEnabled(boolean enabled)
IntrospectionController
. Default value trueenabled
- True if it is enabledpublic void setPath(@NonNull java.lang.String path)
IntrospectionController
. Default value "/token_info"path
- The path