public interface Authorizer
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(org.springframework.security.core.Authentication authentication,
javax.ws.rs.core.UriInfo uriInfo)
Throws an AuthorizationException if the authentication should not access the given uri
|
void authorize(org.springframework.security.core.Authentication authentication,
javax.ws.rs.core.UriInfo uriInfo)
throws AuthorizationException
authentication - the authenticationuriInfo - the uriAuthorizationException - if the authentication should not access the uriCopyright © 2024 Apache NiFi Project. All rights reserved.