| Package | Description | 
|---|---|
| io.javadog.cws.api | 
 Functionality provided by the CryptoStore. 
 | 
| io.javadog.cws.api.requests | 
 Request Objects used for all incoming Requests to the Crypto Store. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CwsResponse | 
Management.authenticated(Authentication request)
Simple check to see if a Member is authenticated to work with this
 CWS instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FetchCircleRequest
When the Management Request 'fetchCircles' is invoked, it requires a
 Request Object, with the Authentication information. 
 | 
class  | 
FetchDataRequest
The Request Object must be filled with either a DataId or a CircleId and
 pagination information. 
 | 
class  | 
FetchDataTypeRequest
When the Share Request 'FetchDataTypeRequest' is invoked, it requires a
 Request Object, with the Authentication information. 
 | 
class  | 
FetchMemberRequest
The request will return a list with all the Member's from the system, or
 simply details about a single Member, if the MemberId is set. 
 | 
class  | 
FetchSignatureRequest
When the Share Request 'FetchSignatureRequest' is invoked, it requires a
 Request Object, with the Authentication information. 
 | 
class  | 
FetchTrusteeRequest
Object is used to retrieve a list of Trustees for the given CircleId. 
 | 
class  | 
MasterKeyRequest
The MasterKey Request Object is needed to change the internally used
 MasterKey. 
 | 
class  | 
ProcessCircleRequest
Circles only have an Id, a name and an optional External Circle Key, the
 Key is stored encrypted, if set. 
 | 
class  | 
ProcessDataRequest
The Request Object supports several actions for adding, updating and
 deleting Data Objects in CWS. 
 | 
class  | 
ProcessDataTypeRequest
When processing a DataType, it can be to either create a new or update an
 existing. 
 | 
class  | 
ProcessMemberRequest
It is possible to create new Member Accounts in 2 different ways, both
 require the System Administrator. 
 | 
class  | 
ProcessTrusteeRequest
Request Object for the processing of Trustee's. 
 | 
class  | 
SanityRequest
The Sanity Request Object is needed to perform the Sanity CWS Request,
 which is a management request to see if any Data Object have been corrupted
 and thus rendered useless. 
 | 
class  | 
SettingRequest
This request Object may only be used by the System Administrator, to alter
 or add/delete custom settings. 
 | 
class  | 
SignRequest
This Object is needed, when a new Signature is being issued. 
 | 
class  | 
VerifyRequest
When a "document" needs to have its signature verified, this
 Object is needed as part of the CWS verify request. 
 | 
Copyright © 2019 JavaDog.io. All rights reserved.