public class AuthorizationResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationResult |
failure(String reason) |
String |
getReason() |
boolean |
isAllowed() |
static AuthorizationResult |
success() |
public boolean isAllowed()
public String getReason()
public static AuthorizationResult success()
public static AuthorizationResult failure(String reason)
Copyright © 2010–2024 Airlift. All rights reserved.