JXTA

Uses of Interface
net.jxta.credential.PrivilegedOperation

Packages that use PrivilegedOperation
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 PrivilegedOperation in net.jxta.access
 

Methods in net.jxta.access that return PrivilegedOperation
 PrivilegedOperation AccessService.newPrivilegedOperation(Element source)
          Read a privileged operation from a portion of a structured document.
 PrivilegedOperation AccessService.newPrivilegedOperation(Object subject, Credential offerer)
          Create a new privileged operation with the specified subject.
 

Methods in net.jxta.access with parameters of type PrivilegedOperation
 AccessService.AccessResult AccessService.doAccessCheck(PrivilegedOperation operation, Credential credential)
          Determine if a privileged operation is permitted for a given identity.
 


JXSE