public static interface Authorizer.Result
Modifier and Type | Field and Description |
---|---|
static Authorizer.Result |
OK
Convenient placeholder for ok result.
|
Modifier and Type | Method and Description |
---|---|
String |
getReason() |
boolean |
isOK() |
static final Authorizer.Result OK
boolean isOK()
String getReason()
Note: this is deliberately not i18n as it ends up in a 403 http code which should be ASCII only to be specs compliant.
Copyright © 2002-2024 Atlassian. All Rights Reserved.