|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--bees.core.Capability
|
+--bees.core.resource.AccountSpec
| Fields inherited from class bees.core.Capability |
DELETE_PERMISSION, id, INVALID_ID |
| Constructor Summary | |
AccountSpec()
Construct an empty AccountSpec object. |
|
AccountSpec(PairChain pc)
|
|
| Method Summary | |
SpecCapabilityFactory |
getFactory()
|
PairChain |
getPairChain()
|
void |
revoke()
Revoke access to the capability. |
CapabilitySpec |
specFromBytes(byte[] flattened)
Initialize this object from the given flattened version of the object. |
byte[] |
toBytes()
|
java.lang.String |
toString()
|
| Methods inherited from class bees.core.Capability |
checkPermission, clear, clonePermission, deleteCapability, equals, fromBytes, fromBytes, revokedPermission, revokePermission, revokePermissions, valid |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AccountSpec(PairChain pc)
public AccountSpec()
| Method Detail |
public SpecCapabilityFactory getFactory()
getFactory in interface CapabilitySpecCapabilitySpec.getFactory()public final CapabilitySpec specFromBytes(byte[] flattened)
CapabilitySpecspecFromBytes in interface CapabilitySpecCapabilitySpec.specFromBytes(byte[])public byte[] toBytes()
public void revoke()
Capabilityrevoke in class Capabilitypublic PairChain getPairChain()
public java.lang.String toString()
toString in class Capabilitybees.core.CapabilityObject.toString()
|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||