org.ccnx.ccn.profiles.security.access.group.ACL.ACLObject Class Reference
ACL CCN objects; as it only makes sense right now to operate on ACLs in repositories, it writes all data to repositories.
More...
List of all members.
Public Member Functions |
| ACLObject (ContentName name, ACL data, CCNHandle handle) throws IOException |
| Constructor.
|
| ACLObject (ContentName name, ACL data, PublisherPublicKeyDigest publisher, KeyLocator keyLocator, CCNHandle handle) throws IOException |
| ACLObject (ContentName name, CCNHandle handle) throws ContentDecodingException, IOException |
| Read constructor -- opens existing object.
|
| ACLObject (ContentName name, PublisherPublicKeyDigest publisher, CCNHandle handle) throws ContentDecodingException, IOException |
| Read constructor.
|
| ACLObject (ContentObject firstBlock, CCNHandle handle) throws ContentDecodingException, IOException |
| ACLObject (ContentName name, PublisherPublicKeyDigest publisher, CCNFlowControl flowControl) throws ContentDecodingException, IOException |
| ACLObject (ContentObject firstBlock, CCNFlowControl flowControl) throws ContentDecodingException, IOException |
| ACLObject (ContentName name, ACL data, PublisherPublicKeyDigest publisher, KeyLocator keyLocator, CCNFlowControl flowControl) throws IOException |
ACL | acl () throws ContentNotReadyException, ContentGoneException, ErrorStateException |
Detailed Description
ACL CCN objects; as it only makes sense right now to operate on ACLs in repositories, it writes all data to repositories.
Constructor & Destructor Documentation
org.ccnx.ccn.profiles.security.access.group.ACL.ACLObject.ACLObject |
( |
ContentName |
name, |
|
|
ACL |
data, |
|
|
CCNHandle |
handle | |
|
) |
| | throws IOException |
Constructor.
- Parameters:
-
| name | the object name |
| data | the ACL |
| handle | the CCN handle |
- Exceptions:
-
| ConfigurationException | |
| IOException | |
Read constructor -- opens existing object.
- Parameters:
-
| name | the object name |
| handle | the CCN handle |
- Exceptions:
-
| IOException | |
| ContentDecodingException | |
Read constructor.
- Parameters:
-
| name | the object name |
| publisher | the required publisher |
| handle | the CCN handle |
- Exceptions:
-
| IOException | |
| ContentDecodingException | |
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/profiles/security/access/group/ACL.java