Uses of Class
feast.common.auth.authorization.AuthorizationResult
-
Packages that use AuthorizationResult Package Description feast.common.auth.authorization feast.common.auth.providers.http -
-
Uses of AuthorizationResult in feast.common.auth.authorization
Methods in feast.common.auth.authorization that return AuthorizationResult Modifier and Type Method Description AuthorizationResultAuthorizationProvider. checkAccessToProject(String projectId, org.springframework.security.core.Authentication authentication)Validates whether a user is allowed access to a projectstatic AuthorizationResultAuthorizationResult. create(boolean allowed, String failureReason)Method to create AuthorizationResult Object.static AuthorizationResultAuthorizationResult. failed(String failureReason)Method to create failed AuthorizationResult Object.static AuthorizationResultAuthorizationResult. success()Method to create Success AuthorizationResult Object. -
Uses of AuthorizationResult in feast.common.auth.providers.http
Methods in feast.common.auth.providers.http that return AuthorizationResult Modifier and Type Method Description AuthorizationResultHttpAuthorizationProvider. checkAccessToProject(String projectId, org.springframework.security.core.Authentication authentication)Validates whether a user has access to a project.
-