|
|||||||||
| Home >> All >> net >> jxta >> [ credential overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
net.jxta.credential
Interface PrivilegedOperation

- All Superinterfaces:
- Credential
- All Known Subinterfaces:
- PrivledgedOperation
- public interface PrivilegedOperation
- extends Credential
A Privileged Operation is an identifier for an operation whose usage is restricted. It is represented as a credential so that users and providers can prevent the unauthorized creation of privledges.
Each operation is associated with an offerer. The offerer is the identity which created the operation.
| Method Summary | |
Credential |
getOfferer()
Returns the offerer of this operation. |
| Methods inherited from interface net.jxta.credential.Credential |
getDocument, getPeerGroupID, getPeerID, getSourceService, getSubject, isExpired, isValid |
| Method Detail |
getOfferer
public Credential getOfferer()
- Returns the offerer of this operation. The offerer is the identity which
created the operation.
|
|||||||||
| Home >> All >> net >> jxta >> [ credential overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC