Project 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.  
net.jxta.credential Credentials provide the basic mechanisms for securly establishing and communicating identity within JXTA. 
 

Uses of PrivilegedOperation in net.jxta.access
 

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

Methods in net.jxta.access with parameters of type PrivilegedOperation
 AccessService.AccessResult AccessService.doAccessCheck(PrivilegedOperation op, Credential cred)
          Determine if a priviledged operation is permitted for a given identitiy.
 

Uses of PrivilegedOperation in net.jxta.credential
 

Subinterfaces of PrivilegedOperation in net.jxta.credential
 interface PrivledgedOperation
          Deprecated. Due to a spelling error, this class is being replaced with PrivilegedOperation.
 


JXTA J2SE