Project JXTA

net.jxta.access
Class AccessService.AccessResult

java.lang.Object
  extended by net.jxta.access.AccessService.AccessResult
Enclosing interface:
AccessService

public static class AccessService.AccessResult
extends Object

The result of an access check.


Field Summary
static AccessService.AccessResult DISALLOWED
          Operation is disallowed.
static AccessService.AccessResult PERMITTED
          Operation is permitted.
static AccessService.AccessResult PERMITTED_EXPIRED
          Operation would be permitted, but one (or more) of the provided credentials was expired.
static AccessService.AccessResult UNDETERMINED
          State is unknown or could not be established.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNDETERMINED

public static final AccessService.AccessResult UNDETERMINED
State is unknown or could not be established.

The operation should not be performed.

This result may not be used by all Access Service implementations.


DISALLOWED

public static final AccessService.AccessResult DISALLOWED
Operation is disallowed.

The operation should not be performed.


PERMITTED

public static final AccessService.AccessResult PERMITTED
Operation is permitted.

The operation should be performed.


PERMITTED_EXPIRED

public static final AccessService.AccessResult PERMITTED_EXPIRED
Operation would be permitted, but one (or more) of the provided credentials was expired.

The operation should not be performed.

This result may not be used by all Access Service implementations.


JXTA J2SE