Uses of Interface
io.undertow.servlet.api.AuthorizationManager
Packages that use AuthorizationManager
Package
Description
-
Uses of AuthorizationManager in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return AuthorizationManagerMethods in io.undertow.servlet.api with parameters of type AuthorizationManagerModifier and TypeMethodDescriptionDeploymentInfo.setAuthorizationManager(AuthorizationManager authorizationManager) -
Uses of AuthorizationManager in io.undertow.servlet.core
Classes in io.undertow.servlet.core that implement AuthorizationManagerModifier and TypeClassDescriptionclassDefault 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 AuthorizationManagerModifierConstructorDescriptionServletSecurityRoleHandler(HttpHandler next, AuthorizationManager authorizationManager)