public class AuthorizationStatus extends Object
This class is not intended to be extended by clients.
Modifier and Type | Field and Description |
---|---|
static int |
ERROR
This code means that there are bundles in the system that are being
disabled due to authorization constraints.
|
static int |
OK
This code means that the system is functioning normally - no bundles
are currently experiencing authorization problems.
|
Constructor and Description |
---|
AuthorizationStatus() |
public static final int OK
public static final int ERROR
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.