|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.internal.provisional.service.security.AuthorizationStatus
public class AuthorizationStatus
Constants for status codes in the Authorization engine.
This class is not intended to be extended by clients.
| 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. |
| Constructor Summary | |
|---|---|
AuthorizationStatus()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int OK
public static final int ERROR
| Constructor Detail |
|---|
public AuthorizationStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||