Package io.micronaut.security.endpoints
Interface LogoutControllerConfiguration
-
- All Superinterfaces:
ControllerConfiguration,io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
LogoutControllerConfigurationProperties
public interface LogoutControllerConfiguration extends ControllerConfiguration
Encapsulates the configuration ofLogoutController.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisGetAllowed()-
Methods inherited from interface io.micronaut.security.endpoints.ControllerConfiguration
getPath
-
-
-
-
Method Detail
-
isGetAllowed
boolean isGetAllowed()
- Returns:
- Whether HTTP method GET is allowed to invoke
LogoutController.
-
-