public static interface Authorizer.Result
Modifier and Type | Field and Description |
---|---|
static Authorizer.Result |
OK
Convenient placeholder for ok result.
|
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-2015 Atlassian. All Rights Reserved.