org.eclipse.osgi.internal.provisional.service.security
Class AuthorizationStatus

java.lang.Object
  extended by 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.
 
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

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
Constructor Detail

AuthorizationStatus

public AuthorizationStatus()


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.