org.eclipse.osgi.internal.provisional.service.security
Class AuthorizationStatus
java.lang.Object
org.eclipse.osgi.internal.provisional.service.security.AuthorizationStatus
public class AuthorizationStatus
- extends Object
Constants for status codes in the Authorization engine.
This class is not intended to be extended by clients.
- Since:
- 3.4
|
Field Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK
public static final int OK
- This code means that the system is functioning normally - no bundles
are currently experiencing authorization problems.
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- This code means that there are bundles in the system that are being
disabled due to authorization constraints.
- See Also:
- Constant Field Values
AuthorizationStatus
public AuthorizationStatus()
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.