JXTA

Uses of Class
net.jxta.access.AccessService.AccessResult

Packages that use AccessService.AccessResult
net.jxta.access The Access Service provides a framework for using the identities created with the Membership Service to control whether specific operations are permitted. 
 

Uses of AccessService.AccessResult in net.jxta.access
 

Methods in net.jxta.access that return AccessService.AccessResult
 AccessService.AccessResult AccessService.doAccessCheck(PrivilegedOperation operation, Credential credential)
          Determine if a privileged operation is permitted for a given identity.
static AccessService.AccessResult AccessService.AccessResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessService.AccessResult[] AccessService.AccessResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JXSE