Uses of Interface
io.undertow.servlet.api.AuthorizationManager
-
Packages that use AuthorizationManager Package Description io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.handlers.security -
-
Uses of AuthorizationManager in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return AuthorizationManager Modifier and Type Method Description AuthorizationManager
DeploymentInfo. getAuthorizationManager()
Methods in io.undertow.servlet.api with parameters of type AuthorizationManager Modifier and Type Method Description DeploymentInfo
DeploymentInfo. setAuthorizationManager(AuthorizationManager authorizationManager)
-
Uses of AuthorizationManager in io.undertow.servlet.core
Classes in io.undertow.servlet.core that implement AuthorizationManager Modifier and Type Class Description class
DefaultAuthorizationManager
Default authorization manager that simply implements the rules as specified by the servlet spec -
Uses of AuthorizationManager in io.undertow.servlet.handlers.security
Constructors in io.undertow.servlet.handlers.security with parameters of type AuthorizationManager Constructor Description ServletSecurityRoleHandler(io.undertow.server.HttpHandler next, AuthorizationManager authorizationManager)
-