Skip navigation links
A C D F G I M N P R S T U V 

A

Action - Enum in io.javadog.cws.api.common
When invoking a processing Request to the CWS, it must be with a specific type of Action, which may or may not be allowed.
ActionRequest - Interface in io.javadog.cws.api.requests
Processing Requests, which can perform one or more Actions must implement this Interface.
ADMIN_ACCOUNT - Static variable in class io.javadog.cws.api.common.Constants
The System Administrator Account - this account is used as the default standard administrative Member Account, and cannot be altered.
authenticated(Authentication) - Method in interface io.javadog.cws.api.Management
Simple check to see if a Member is authenticated to work with this CWS instance.
Authentication - Class in io.javadog.cws.api.requests
Base Authentication Object for all incoming Requests.
Authentication() - Constructor for class io.javadog.cws.api.requests.Authentication
 

C

checkIntegerWithMax(Map<String, String>, String, int, int, String) - Static method in class io.javadog.cws.api.requests.Verifiable
 
checkNotNull(Map<String, String>, String, Object, String) - Static method in class io.javadog.cws.api.requests.Verifiable
 
checkNotNullAndValidId(Map<String, String>, String, String, String) - Static method in class io.javadog.cws.api.requests.Verifiable
 
checkNotNullEmptyOrTooLong(Map<String, String>, String, String, int, String) - Static method in class io.javadog.cws.api.requests.Verifiable
 
checkNotNullOrEmpty(Map<String, String>, String, byte[], String) - Static method in class io.javadog.cws.api.requests.Verifiable
 
checkNotNullOrEmpty(Map<String, String>, String, String, String) - Static method in class io.javadog.cws.api.requests.Verifiable
 
checkNotTooLong(Map<String, String>, String, String, int, String) - Static method in class io.javadog.cws.api.requests.Verifiable
 
checkUrl(Map<String, String>, String) - Static method in class io.javadog.cws.api.requests.Verifiable
 
checkValidId(Map<String, String>, String, String, String) - Static method in class io.javadog.cws.api.requests.Verifiable
 
Circle - Class in io.javadog.cws.api.dtos
Circles is part of the core functionality of CWS, as all data is assigned or belongs to a Circle.
Circle() - Constructor for class io.javadog.cws.api.dtos.Circle
 
CircleIdRequest - Interface in io.javadog.cws.api.requests
Common Interface, used by all Objects which has a CircleId.
Constants - Class in io.javadog.cws.api.common
Common Constant values used throughout the API.
copy(Date) - Static method in class io.javadog.cws.api.common.Utilities
Copy method for standard Date Objects, to have a central way to protect those pesky mutable Objects.
copy(byte[]) - Static method in class io.javadog.cws.api.common.Utilities
Copy method for Byte Arrays, to have a central way to protect the data structures from external changes.
CredentialType - Enum in io.javadog.cws.api.common
This is the types of credentials allowed for the Authentication Process.
CWS_VERSION - Static variable in class io.javadog.cws.api.common.Constants
The current version of the CWS, this is used to tell Clients which version is being communicated with, and the same number is also being used to generate the SerialVersionUID for all API Classes.
CwsResponse - Class in io.javadog.cws.api.responses
General Response Object, embedded in all other Response Objects, as it contains the processing result, i.e.
CwsResponse() - Constructor for class io.javadog.cws.api.responses.CwsResponse
Empty Constructor, to use if the setters are invoked.
CwsResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.CwsResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.

D

DATA_TYPENAME - Static variable in class io.javadog.cws.api.common.Constants
 
DataType - Class in io.javadog.cws.api.dtos
All data in CWS must have a designated DataType, this can be either of the two default values ('Folders' & 'Data'), but it may also be something else.
DataType() - Constructor for class io.javadog.cws.api.dtos.DataType
 

F

FetchCircleRequest - Class in io.javadog.cws.api.requests
When the Management Request 'fetchCircles' is invoked, it requires a Request Object, with the Authentication information.
FetchCircleRequest() - Constructor for class io.javadog.cws.api.requests.FetchCircleRequest
 
FetchCircleResponse - Class in io.javadog.cws.api.responses
If the request was successful, a list of Circles will be returned.
FetchCircleResponse() - Constructor for class io.javadog.cws.api.responses.FetchCircleResponse
Empty Constructor, to use if the setters are invoked.
FetchCircleResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.FetchCircleResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
fetchCircles(FetchCircleRequest) - Method in interface io.javadog.cws.api.Management
This request will fetch a list of all Circles in the system.
fetchData(FetchDataRequest) - Method in interface io.javadog.cws.api.Share
Allow retrieving data for a specific Circle from the System.
FetchDataRequest - Class in io.javadog.cws.api.requests
The Request Object must be filled with either a DataId or a CircleId and pagination information.
FetchDataRequest() - Constructor for class io.javadog.cws.api.requests.FetchDataRequest
 
FetchDataResponse - Class in io.javadog.cws.api.responses
If the request was made generally, i.e.
FetchDataResponse() - Constructor for class io.javadog.cws.api.responses.FetchDataResponse
Empty Constructor, to use if the setters are invoked.
FetchDataResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.FetchDataResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
FetchDataTypeRequest - Class in io.javadog.cws.api.requests
When the Share Request 'FetchDataTypeRequest' is invoked, it requires a Request Object, with the Authentication information.
FetchDataTypeRequest() - Constructor for class io.javadog.cws.api.requests.FetchDataTypeRequest
 
FetchDataTypeResponse - Class in io.javadog.cws.api.responses
Retrieves a list of known DataType Objects, which is registered in the CWS instance, and can be used to map over the stored data.
FetchDataTypeResponse() - Constructor for class io.javadog.cws.api.responses.FetchDataTypeResponse
Empty Constructor, to use if the setters are invoked.
FetchDataTypeResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.FetchDataTypeResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
fetchDataTypes(FetchDataTypeRequest) - Method in interface io.javadog.cws.api.Share
This request will retrieve a list of all currently available Data Types, which can be used to either add/update data to the system or identify how existing data should be processed.
FetchMemberRequest - Class in io.javadog.cws.api.requests
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.
FetchMemberRequest() - Constructor for class io.javadog.cws.api.requests.FetchMemberRequest
 
FetchMemberResponse - Class in io.javadog.cws.api.responses
The result will depend on the request parameters, if no information was set in the request, then the list of Circles will be filled with the Circles, the requesting member is allowed to see.
FetchMemberResponse() - Constructor for class io.javadog.cws.api.responses.FetchMemberResponse
Empty Constructor, to use if the setters are invoked.
FetchMemberResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.FetchMemberResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
fetchMembers(FetchMemberRequest) - Method in interface io.javadog.cws.api.Management
Allows the retrieval of existing Member Accounts from the System, if a specific Account is requested, then a list of Circles where the Account is also a Trustee is returned.
FetchSignatureRequest - Class in io.javadog.cws.api.requests
When the Share Request 'FetchSignatureRequest' is invoked, it requires a Request Object, with the Authentication information.
FetchSignatureRequest() - Constructor for class io.javadog.cws.api.requests.FetchSignatureRequest
 
FetchSignatureResponse - Class in io.javadog.cws.api.responses
Retrieves a list of Signatures, which the Member has issued, complete with information about how many times each signature has been used and of they have expired or not.
FetchSignatureResponse() - Constructor for class io.javadog.cws.api.responses.FetchSignatureResponse
Empty Constructor, to use if the setters are invoked.
FetchSignatureResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.FetchSignatureResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
fetchSignatures(FetchSignatureRequest) - Method in interface io.javadog.cws.api.Share
Retrieve a list of Signatures from the requesting Member Account.
FetchTrusteeRequest - Class in io.javadog.cws.api.requests
Object is used to retrieve a list of Trustees for the given CircleId.
FetchTrusteeRequest() - Constructor for class io.javadog.cws.api.requests.FetchTrusteeRequest
 
FetchTrusteeResponse - Class in io.javadog.cws.api.responses
Response contains a list of the Trustees who belong to the requested Circle.
FetchTrusteeResponse() - Constructor for class io.javadog.cws.api.responses.FetchTrusteeResponse
Empty Constructor, to use if the setters are invoked.
FetchTrusteeResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.FetchTrusteeResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
fetchTrustees(FetchTrusteeRequest) - Method in interface io.javadog.cws.api.Management
With this request, it is possible to retrieve a list of Trustees, belonging to either a Member, or a Circle.
FIELD_ACCOUNT_NAME - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_ACTION - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_ADDED - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_CHANGED - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_CHECKSUM - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_CIRCLE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_CIRCLE_ID - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_CIRCLE_KEY - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_CIRCLE_NAME - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_CIRCLES - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_CREDENTIAL - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_CREDENTIALTYPE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_DATA - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_DATA_ID - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_DATA_NAME - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_DATATYPE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_DATATYPES - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_EXPIRES - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_FOLDER_ID - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_IDS - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_LAST_VERIFICATION - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_MEMBER - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_MEMBER_ID - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_MEMBER_ROLE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_MEMBERS - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_METADATA - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_NEW_ACCOUNT_NAME - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_NEW_CREDENTIAL - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_PAGE_NUMBER - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_PAGE_SIZE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_PUBLIC_KEY - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_RECORDS - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_RETURN_CODE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_RETURN_MESSAGE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_SANITIES - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_SANITY - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_SECRET - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_SETTINGS - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_SIGNATURE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_SIGNATURES - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_SINCE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_TARGET_CIRCLE_ID - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_TARGET_FOLDER_ID - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_TRUSTEE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_TRUSTEES - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_TRUSTLEVEL - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_TYPE - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_TYPENAME - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_URL - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_VERIFICATIONS - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_VERIFIED - Static variable in class io.javadog.cws.api.common.Constants
 
FIELD_VERSION - Static variable in class io.javadog.cws.api.common.Constants
 
findReturnCode(int) - Static method in enum io.javadog.cws.api.common.ReturnCode
Converts the actual code (integer value) to a ReturnCode enum value.
FOLDER_TYPENAME - Static variable in class io.javadog.cws.api.common.Constants
 

G

getAccountName() - Method in class io.javadog.cws.api.dtos.Member
 
getAccountName() - Method in class io.javadog.cws.api.dtos.Trustee
 
getAccountName() - Method in class io.javadog.cws.api.requests.Authentication
 
getAction() - Method in interface io.javadog.cws.api.requests.ActionRequest
Retrieves the Action for the current request.
getAction() - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
Retrieves the Action for the current request.
getAction() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
Retrieves the Action for the current request.
getAction() - Method in class io.javadog.cws.api.requests.ProcessDataTypeRequest
Retrieves the Action for the current request.
getAction() - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
Retrieves the Action for the current request.
getAction() - Method in class io.javadog.cws.api.requests.ProcessTrusteeRequest
Retrieves the Action for the current request.
getAdded() - Method in class io.javadog.cws.api.dtos.Circle
 
getAdded() - Method in class io.javadog.cws.api.dtos.Member
 
getAdded() - Method in class io.javadog.cws.api.dtos.Metadata
 
getAdded() - Method in class io.javadog.cws.api.dtos.Signature
 
getAdded() - Method in class io.javadog.cws.api.dtos.Trustee
 
getChanged() - Method in class io.javadog.cws.api.dtos.Sanity
 
getChanged() - Method in class io.javadog.cws.api.dtos.Trustee
 
getChecksum() - Method in class io.javadog.cws.api.dtos.Signature
 
getCircleId() - Method in class io.javadog.cws.api.dtos.Circle
 
getCircleId() - Method in class io.javadog.cws.api.dtos.Metadata
 
getCircleId() - Method in class io.javadog.cws.api.dtos.Trustee
 
getCircleId() - Method in interface io.javadog.cws.api.requests.CircleIdRequest
 
getCircleId() - Method in class io.javadog.cws.api.requests.FetchDataRequest
getCircleId() - Method in class io.javadog.cws.api.requests.FetchTrusteeRequest
getCircleId() - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
getCircleId() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
getCircleId() - Method in class io.javadog.cws.api.requests.ProcessTrusteeRequest
getCircleId() - Method in class io.javadog.cws.api.requests.SanityRequest
getCircleId() - Method in class io.javadog.cws.api.responses.ProcessCircleResponse
 
getCircleKey() - Method in class io.javadog.cws.api.dtos.Circle
 
getCircleKey() - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
 
getCircleName() - Method in class io.javadog.cws.api.dtos.Circle
 
getCircleName() - Method in class io.javadog.cws.api.dtos.Trustee
 
getCircleName() - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
 
getCircles() - Method in class io.javadog.cws.api.responses.FetchCircleResponse
 
getCircles() - Method in class io.javadog.cws.api.responses.FetchMemberResponse
 
getClassification() - Method in enum io.javadog.cws.api.common.ReturnCode
 
getCode() - Method in enum io.javadog.cws.api.common.ReturnCode
 
getCredential() - Method in class io.javadog.cws.api.requests.Authentication
 
getCredentialType() - Method in class io.javadog.cws.api.requests.Authentication
 
getData() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
getData() - Method in class io.javadog.cws.api.requests.SignRequest
 
getData() - Method in class io.javadog.cws.api.requests.VerifyRequest
 
getData() - Method in class io.javadog.cws.api.responses.FetchDataResponse
 
getDataId() - Method in class io.javadog.cws.api.dtos.Metadata
 
getDataId() - Method in class io.javadog.cws.api.dtos.Sanity
 
getDataId() - Method in class io.javadog.cws.api.requests.FetchDataRequest
 
getDataId() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
getDataId() - Method in class io.javadog.cws.api.responses.ProcessDataResponse
 
getDataName() - Method in class io.javadog.cws.api.dtos.Metadata
 
getDataName() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
getDataType() - Method in class io.javadog.cws.api.responses.ProcessDataTypeResponse
 
getDataTypes() - Method in class io.javadog.cws.api.responses.FetchDataTypeResponse
 
getDescription() - Method in enum io.javadog.cws.api.common.ReturnCode
 
getExpires() - Method in class io.javadog.cws.api.dtos.Signature
 
getExpires() - Method in class io.javadog.cws.api.requests.SignRequest
 
getFolderId() - Method in class io.javadog.cws.api.dtos.Metadata
 
getFolderId() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
getHttpCode() - Method in enum io.javadog.cws.api.common.ReturnCode
 
getLastVerification() - Method in class io.javadog.cws.api.dtos.Signature
 
getLevels(TrustLevel) - Static method in enum io.javadog.cws.api.common.TrustLevel
Returns the explicit list of TrustLevels, which is permitted or contained by the given TrustLevel.
getMemberId() - Method in class io.javadog.cws.api.dtos.Member
 
getMemberId() - Method in class io.javadog.cws.api.dtos.Trustee
 
getMemberId() - Method in class io.javadog.cws.api.requests.FetchMemberRequest
 
getMemberId() - Method in class io.javadog.cws.api.requests.FetchTrusteeRequest
 
getMemberId() - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
 
getMemberId() - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
getMemberId() - Method in class io.javadog.cws.api.requests.ProcessTrusteeRequest
 
getMemberId() - Method in class io.javadog.cws.api.responses.ProcessMemberResponse
 
getMemberRole() - Method in class io.javadog.cws.api.dtos.Member
 
getMemberRole() - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
getMembers() - Method in class io.javadog.cws.api.responses.FetchMemberResponse
 
getMetadata() - Method in class io.javadog.cws.api.responses.FetchDataResponse
 
getNewAccountName() - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
getNewCredential() - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
getPageNumber() - Method in class io.javadog.cws.api.requests.FetchDataRequest
 
getPageSize() - Method in class io.javadog.cws.api.requests.FetchDataRequest
 
getPublicKey() - Method in class io.javadog.cws.api.dtos.Member
 
getPublicKey() - Method in class io.javadog.cws.api.dtos.Trustee
 
getPublicKey() - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
getRecords() - Method in class io.javadog.cws.api.responses.FetchDataResponse
 
getReturnCode() - Method in class io.javadog.cws.api.responses.CwsResponse
 
getReturnMessage() - Method in class io.javadog.cws.api.responses.CwsResponse
 
getSanities() - Method in class io.javadog.cws.api.responses.SanityResponse
 
getSecret() - Method in class io.javadog.cws.api.requests.MasterKeyRequest
 
getSettings() - Method in class io.javadog.cws.api.requests.SettingRequest
 
getSettings() - Method in class io.javadog.cws.api.responses.SettingResponse
 
getSignature() - Method in class io.javadog.cws.api.requests.VerifyRequest
 
getSignature() - Method in class io.javadog.cws.api.responses.ProcessMemberResponse
 
getSignature() - Method in class io.javadog.cws.api.responses.SignResponse
 
getSignatures() - Method in class io.javadog.cws.api.responses.FetchSignatureResponse
 
getSince() - Method in class io.javadog.cws.api.requests.SanityRequest
 
getTargetCircleId() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
getTargetFolderId() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
getTrustees() - Method in class io.javadog.cws.api.responses.FetchTrusteeResponse
 
getTrustLevel() - Method in class io.javadog.cws.api.dtos.Trustee
 
getTrustLevel() - Method in class io.javadog.cws.api.requests.ProcessTrusteeRequest
 
getType() - Method in class io.javadog.cws.api.dtos.DataType
 
getType() - Method in class io.javadog.cws.api.requests.ProcessDataTypeRequest
 
getTypeName() - Method in class io.javadog.cws.api.dtos.DataType
 
getTypeName() - Method in class io.javadog.cws.api.dtos.Metadata
 
getTypeName() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
getTypeName() - Method in class io.javadog.cws.api.requests.ProcessDataTypeRequest
 
getUrl() - Method in class io.javadog.cws.api.requests.MasterKeyRequest
 
getVerifications() - Method in class io.javadog.cws.api.dtos.Signature
 
getVersion() - Method in class io.javadog.cws.api.responses.VersionResponse
 

I

ID_PATTERN - Static variable in class io.javadog.cws.api.common.Constants
Pattern to test if a given value matches a UUID, which is what CWS uses for some Ids.
io.javadog.cws.api - package io.javadog.cws.api
Functionality provided by the CryptoStore.
io.javadog.cws.api.common - package io.javadog.cws.api.common
Common API Functionality, Constants & Enum's.
io.javadog.cws.api.dtos - package io.javadog.cws.api.dtos
API Data Transfer Objects, Objects used by the Requests & Response Objects.
io.javadog.cws.api.requests - package io.javadog.cws.api.requests
Request Objects used for all incoming Requests to the Crypto Store.
io.javadog.cws.api.responses - package io.javadog.cws.api.responses
Response Objects used by the CryptoStore when a request is handled.
isAllowed(TrustLevel, TrustLevel) - Static method in enum io.javadog.cws.api.common.TrustLevel
Checks the given Trust Level against an expected, to verify if the given level may perform an action.
isEmpty(String) - Static method in class io.javadog.cws.api.requests.Verifiable
Method added as per PMD rule InefficientEmptyStringCheck.
isOk() - Method in class io.javadog.cws.api.responses.CwsResponse
 
isVerified() - Method in class io.javadog.cws.api.responses.VerifyResponse
 

M

Management - Interface in io.javadog.cws.api
This interface contain the functionality needed to setup, configure and control a CWS instance.
masterKey(MasterKeyRequest) - Method in interface io.javadog.cws.api.Management
The Master Key is a special symmetric key, which is used to encrypt and decrypt all Initial Vectors & Member Salt values.
MasterKeyRequest - Class in io.javadog.cws.api.requests
The MasterKey Request Object is needed to change the internally used MasterKey.
MasterKeyRequest() - Constructor for class io.javadog.cws.api.requests.MasterKeyRequest
 
MasterKeyResponse - Class in io.javadog.cws.api.responses
The response from the MasterKey request is limited to error information, or information about the successful changing or altering a key.
MasterKeyResponse() - Constructor for class io.javadog.cws.api.responses.MasterKeyResponse
Empty Constructor, to use if the setters are invoked.
MasterKeyResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.MasterKeyResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
MAX_NAME_LENGTH - Static variable in class io.javadog.cws.api.common.Constants
 
MAX_PAGE_SIZE - Static variable in class io.javadog.cws.api.common.Constants
 
MAX_STRING_LENGTH - Static variable in class io.javadog.cws.api.common.Constants
 
Member - Class in io.javadog.cws.api.dtos
The Member Object, is used as Accounts in CWS.
Member() - Constructor for class io.javadog.cws.api.dtos.Member
 
MemberRole - Enum in io.javadog.cws.api.common
Each Member of CWS has some general permissions defined, which is linked to their Role in the system.
Metadata - Class in io.javadog.cws.api.dtos
The Metadata is the information which is needed as part of storing or reading Data.
Metadata() - Constructor for class io.javadog.cws.api.dtos.Metadata
 

N

newDate(long) - Static method in class io.javadog.cws.api.common.Utilities
Although this method may appear to be silly, it serves the purpose of acting as an intermediate between the old Date Object and the newer Java8 Time functionality.
newDate() - Static method in class io.javadog.cws.api.common.Utilities
Although this method may appear to be silly, it serves the purpose of acting as an intermediate between the old Date Object and the newer Java8 Time functionality.

P

processCircle(ProcessCircleRequest) - Method in interface io.javadog.cws.api.Management
With this request it is possible to process Circles.
ProcessCircleRequest - Class in io.javadog.cws.api.requests
Circles only have an Id, a name and an optional External Circle Key, the Key is stored encrypted, if set.
ProcessCircleRequest() - Constructor for class io.javadog.cws.api.requests.ProcessCircleRequest
 
ProcessCircleResponse - Class in io.javadog.cws.api.responses
This response object contain the result of the processing of Circles.
ProcessCircleResponse() - Constructor for class io.javadog.cws.api.responses.ProcessCircleResponse
Empty Constructor, to use if the setters are invoked.
ProcessCircleResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.ProcessCircleResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
processData(ProcessDataRequest) - Method in interface io.javadog.cws.api.Share
Allow adding new Folders or Data records as well as update or remove existing records.
ProcessDataRequest - Class in io.javadog.cws.api.requests
The Request Object supports several actions for adding, updating and deleting Data Objects in CWS.
ProcessDataRequest() - Constructor for class io.javadog.cws.api.requests.ProcessDataRequest
 
ProcessDataResponse - Class in io.javadog.cws.api.responses
The Response Object contain the new Data Id, when an Object was successfully uploaded.
ProcessDataResponse() - Constructor for class io.javadog.cws.api.responses.ProcessDataResponse
Empty Constructor, to use if the setters are invoked.
ProcessDataResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.ProcessDataResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
processDataType(ProcessDataTypeRequest) - Method in interface io.javadog.cws.api.Share
All stored data must have a data type, i.e.
ProcessDataTypeRequest - Class in io.javadog.cws.api.requests
When processing a DataType, it can be to either create a new or update an existing.
ProcessDataTypeRequest() - Constructor for class io.javadog.cws.api.requests.ProcessDataTypeRequest
 
ProcessDataTypeResponse - Class in io.javadog.cws.api.responses
When a DataType has been processed, it is not having a an Id, thus the entire DataType Object is simple returned, if the request completed successfully.
ProcessDataTypeResponse() - Constructor for class io.javadog.cws.api.responses.ProcessDataTypeResponse
Empty Constructor, to use if the setters are invoked.
ProcessDataTypeResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.ProcessDataTypeResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
processMember(ProcessMemberRequest) - Method in interface io.javadog.cws.api.Management
When a fresh installation is made, the Database contain one account, which is the System Administrator (admin), this account does not contain any pre-defined security settings, i.e.
ProcessMemberRequest - Class in io.javadog.cws.api.requests
It is possible to create new Member Accounts in 2 different ways, both require the System Administrator.
ProcessMemberRequest() - Constructor for class io.javadog.cws.api.requests.ProcessMemberRequest
 
ProcessMemberResponse - Class in io.javadog.cws.api.responses
If the request was invoked with the CREATE action, then the response will contain the newly generated Member Id.
ProcessMemberResponse() - Constructor for class io.javadog.cws.api.responses.ProcessMemberResponse
Empty Constructor, to use if the setters are invoked.
ProcessMemberResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.ProcessMemberResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
processTrustee(ProcessTrusteeRequest) - Method in interface io.javadog.cws.api.Management
With this request it is possible to process Trustees.
ProcessTrusteeRequest - Class in io.javadog.cws.api.requests
Request Object for the processing of Trustee's.
ProcessTrusteeRequest() - Constructor for class io.javadog.cws.api.requests.ProcessTrusteeRequest
 
ProcessTrusteeResponse - Class in io.javadog.cws.api.responses
The Response Object from the processing Trustee request.
ProcessTrusteeResponse() - Constructor for class io.javadog.cws.api.responses.ProcessTrusteeResponse
Empty Constructor, to use if the setters are invoked.
ProcessTrusteeResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.ProcessTrusteeResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.

R

REST_API - Static variable in class io.javadog.cws.api.common.Constants
 
REST_AUTHENTICATED - Static variable in class io.javadog.cws.api.common.Constants
 
REST_CIRCLES_BASE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_CIRCLES_CREATE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_CIRCLES_DELETE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_CIRCLES_FETCH - Static variable in class io.javadog.cws.api.common.Constants
 
REST_CIRCLES_UPDATE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATA_ADD - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATA_BASE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATA_COPY - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATA_DELETE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATA_FETCH - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATA_MOVE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATA_UPDATE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATATYPES_BASE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATATYPES_DELETE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATATYPES_FETCH - Static variable in class io.javadog.cws.api.common.Constants
 
REST_DATATYPES_PROCESS - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MASTERKEY - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_ALTER - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_BASE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_CREATE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_DELETE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_FETCH - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_INVALIDATE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_INVITE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_LOGIN - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_LOGOUT - Static variable in class io.javadog.cws.api.common.Constants
 
REST_MEMBERS_UPDATE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_SANITIZED - Static variable in class io.javadog.cws.api.common.Constants
 
REST_SETTINGS - Static variable in class io.javadog.cws.api.common.Constants
 
REST_SIGNATURES_BASE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_SIGNATURES_FETCH - Static variable in class io.javadog.cws.api.common.Constants
 
REST_SIGNATURES_SIGN - Static variable in class io.javadog.cws.api.common.Constants
 
REST_SIGNATURES_VERIFY - Static variable in class io.javadog.cws.api.common.Constants
 
REST_TRUSTEES_ADD - Static variable in class io.javadog.cws.api.common.Constants
 
REST_TRUSTEES_ALTER - Static variable in class io.javadog.cws.api.common.Constants
 
REST_TRUSTEES_BASE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_TRUSTEES_FETCH - Static variable in class io.javadog.cws.api.common.Constants
 
REST_TRUSTEES_REMOVE - Static variable in class io.javadog.cws.api.common.Constants
 
REST_VERSION - Static variable in class io.javadog.cws.api.common.Constants
 
ReturnCode - Enum in io.javadog.cws.api.common
Common Return Codes, used for all requests, to help specify the nature of the problem which may have occurred, if processing wasn't successful.
ReturnCode.Classification - Enum in io.javadog.cws.api.common
ReturnCode Classification, i.e.

S

sanitized(SanityRequest) - Method in interface io.javadog.cws.api.Management
Data stored encrypted is nothing but a long array of bytes.
Sanity - Class in io.javadog.cws.api.dtos
The Sanity Object contain information about a Data record, which has failed the sanity check, i.e.
Sanity() - Constructor for class io.javadog.cws.api.dtos.Sanity
 
SanityRequest - Class in io.javadog.cws.api.requests
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.
SanityRequest() - Constructor for class io.javadog.cws.api.requests.SanityRequest
 
SanityResponse - Class in io.javadog.cws.api.responses
Returns a list of Data Objects, which have failed their sanity checks, i.e.
SanityResponse() - Constructor for class io.javadog.cws.api.responses.SanityResponse
Empty Constructor, to use if the setters are invoked.
SanityResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.SanityResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
SERIAL_VERSION_UID - Static variable in class io.javadog.cws.api.common.Constants
All serialized classes should use this value.
setAccountName(String) - Method in class io.javadog.cws.api.dtos.Member
 
setAccountName(String) - Method in class io.javadog.cws.api.dtos.Trustee
 
setAccountName(String) - Method in class io.javadog.cws.api.requests.Authentication
 
setAction(Action) - Method in interface io.javadog.cws.api.requests.ActionRequest
Defines the action which should be performed by the request.
setAction(Action) - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
Defines the action which should be performed by the request.
setAction(Action) - Method in class io.javadog.cws.api.requests.ProcessDataRequest
Defines the action which should be performed by the request.
setAction(Action) - Method in class io.javadog.cws.api.requests.ProcessDataTypeRequest
Defines the action which should be performed by the request.
setAction(Action) - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
Defines the action which should be performed by the request.
setAction(Action) - Method in class io.javadog.cws.api.requests.ProcessTrusteeRequest
Defines the action which should be performed by the request.
setAdded(Date) - Method in class io.javadog.cws.api.dtos.Circle
 
setAdded(Date) - Method in class io.javadog.cws.api.dtos.Member
 
setAdded(Date) - Method in class io.javadog.cws.api.dtos.Metadata
 
setAdded(Date) - Method in class io.javadog.cws.api.dtos.Signature
 
setAdded(Date) - Method in class io.javadog.cws.api.dtos.Trustee
 
setChanged(Date) - Method in class io.javadog.cws.api.dtos.Sanity
 
setChanged(Date) - Method in class io.javadog.cws.api.dtos.Trustee
 
setChecksum(String) - Method in class io.javadog.cws.api.dtos.Signature
 
setCircleId(String) - Method in class io.javadog.cws.api.dtos.Circle
 
setCircleId(String) - Method in class io.javadog.cws.api.dtos.Metadata
 
setCircleId(String) - Method in class io.javadog.cws.api.dtos.Trustee
 
setCircleId(String) - Method in interface io.javadog.cws.api.requests.CircleIdRequest
 
setCircleId(String) - Method in class io.javadog.cws.api.requests.FetchDataRequest
setCircleId(String) - Method in class io.javadog.cws.api.requests.FetchTrusteeRequest
setCircleId(String) - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
setCircleId(String) - Method in class io.javadog.cws.api.requests.ProcessDataRequest
setCircleId(String) - Method in class io.javadog.cws.api.requests.ProcessTrusteeRequest
setCircleId(String) - Method in class io.javadog.cws.api.requests.SanityRequest
setCircleId(String) - Method in class io.javadog.cws.api.responses.ProcessCircleResponse
 
setCircleKey(String) - Method in class io.javadog.cws.api.dtos.Circle
 
setCircleKey(String) - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
 
setCircleName(String) - Method in class io.javadog.cws.api.dtos.Circle
 
setCircleName(String) - Method in class io.javadog.cws.api.dtos.Trustee
 
setCircleName(String) - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
 
setCircles(List<Circle>) - Method in class io.javadog.cws.api.responses.FetchCircleResponse
 
setCircles(List<Circle>) - Method in class io.javadog.cws.api.responses.FetchMemberResponse
 
setCredential(byte[]) - Method in class io.javadog.cws.api.requests.Authentication
 
setCredentialType(CredentialType) - Method in class io.javadog.cws.api.requests.Authentication
 
setData(byte[]) - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
setData(byte[]) - Method in class io.javadog.cws.api.requests.SignRequest
 
setData(byte[]) - Method in class io.javadog.cws.api.requests.VerifyRequest
 
setData(byte[]) - Method in class io.javadog.cws.api.responses.FetchDataResponse
 
setDataId(String) - Method in class io.javadog.cws.api.dtos.Metadata
 
setDataId(String) - Method in class io.javadog.cws.api.dtos.Sanity
 
setDataId(String) - Method in class io.javadog.cws.api.requests.FetchDataRequest
 
setDataId(String) - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
setDataId(String) - Method in class io.javadog.cws.api.responses.ProcessDataResponse
 
setDataName(String) - Method in class io.javadog.cws.api.dtos.Metadata
 
setDataName(String) - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
setDataType(DataType) - Method in class io.javadog.cws.api.responses.ProcessDataTypeResponse
 
setDataTypes(List<DataType>) - Method in class io.javadog.cws.api.responses.FetchDataTypeResponse
 
setExpires(Date) - Method in class io.javadog.cws.api.dtos.Signature
 
setExpires(Date) - Method in class io.javadog.cws.api.requests.SignRequest
 
setFolderId(String) - Method in class io.javadog.cws.api.dtos.Metadata
 
setFolderId(String) - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
setLastVerification(Date) - Method in class io.javadog.cws.api.dtos.Signature
 
setMemberId(String) - Method in class io.javadog.cws.api.dtos.Member
 
setMemberId(String) - Method in class io.javadog.cws.api.dtos.Trustee
 
setMemberId(String) - Method in class io.javadog.cws.api.requests.FetchMemberRequest
 
setMemberId(String) - Method in class io.javadog.cws.api.requests.FetchTrusteeRequest
 
setMemberId(String) - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
 
setMemberId(String) - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
setMemberId(String) - Method in class io.javadog.cws.api.requests.ProcessTrusteeRequest
 
setMemberId(String) - Method in class io.javadog.cws.api.responses.ProcessMemberResponse
 
setMemberRole(MemberRole) - Method in class io.javadog.cws.api.dtos.Member
 
setMemberRole(MemberRole) - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
setMembers(List<Member>) - Method in class io.javadog.cws.api.responses.FetchMemberResponse
 
setMetadata(List<Metadata>) - Method in class io.javadog.cws.api.responses.FetchDataResponse
 
setNewAccountName(String) - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
setNewCredential(byte[]) - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
setPageNumber(int) - Method in class io.javadog.cws.api.requests.FetchDataRequest
 
setPageSize(Integer) - Method in class io.javadog.cws.api.requests.FetchDataRequest
 
setPublicKey(String) - Method in class io.javadog.cws.api.dtos.Member
 
setPublicKey(String) - Method in class io.javadog.cws.api.dtos.Trustee
 
setPublicKey(String) - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
 
setRecords(long) - Method in class io.javadog.cws.api.responses.FetchDataResponse
 
setReturnCode(ReturnCode) - Method in class io.javadog.cws.api.responses.CwsResponse
 
setReturnMessage(String) - Method in class io.javadog.cws.api.responses.CwsResponse
 
setSanities(List<Sanity>) - Method in class io.javadog.cws.api.responses.SanityResponse
 
setSecret(byte[]) - Method in class io.javadog.cws.api.requests.MasterKeyRequest
 
setSettings(Map<String, String>) - Method in class io.javadog.cws.api.requests.SettingRequest
 
setSettings(Map<String, String>) - Method in class io.javadog.cws.api.responses.SettingResponse
 
setSignature(String) - Method in class io.javadog.cws.api.requests.VerifyRequest
 
setSignature(byte[]) - Method in class io.javadog.cws.api.responses.ProcessMemberResponse
 
setSignature(String) - Method in class io.javadog.cws.api.responses.SignResponse
 
setSignatures(List<Signature>) - Method in class io.javadog.cws.api.responses.FetchSignatureResponse
 
setSince(Date) - Method in class io.javadog.cws.api.requests.SanityRequest
 
setTargetCircleId(String) - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
setTargetFolderId(String) - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
SettingRequest - Class in io.javadog.cws.api.requests
This request Object may only be used by the System Administrator, to alter or add/delete custom settings.
SettingRequest() - Constructor for class io.javadog.cws.api.requests.SettingRequest
 
SettingResponse - Class in io.javadog.cws.api.responses
Contains a map of current settings in this CWS instance, some of the settings is System specific, others are custom for the client.
SettingResponse() - Constructor for class io.javadog.cws.api.responses.SettingResponse
Empty Constructor, to use if the setters are invoked.
SettingResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.SettingResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
settings(SettingRequest) - Method in interface io.javadog.cws.api.Management
This request allows the System Administrator to read and alter the Settings of this CWS system.
setTrustees(List<Trustee>) - Method in class io.javadog.cws.api.responses.FetchTrusteeResponse
 
setTrustLevel(TrustLevel) - Method in class io.javadog.cws.api.dtos.Trustee
 
setTrustLevel(TrustLevel) - Method in class io.javadog.cws.api.requests.ProcessTrusteeRequest
 
setType(String) - Method in class io.javadog.cws.api.dtos.DataType
 
setType(String) - Method in class io.javadog.cws.api.requests.ProcessDataTypeRequest
 
setTypeName(String) - Method in class io.javadog.cws.api.dtos.DataType
 
setTypeName(String) - Method in class io.javadog.cws.api.dtos.Metadata
 
setTypeName(String) - Method in class io.javadog.cws.api.requests.ProcessDataRequest
 
setTypeName(String) - Method in class io.javadog.cws.api.requests.ProcessDataTypeRequest
 
setUrl(String) - Method in class io.javadog.cws.api.requests.MasterKeyRequest
 
setVerifications(Long) - Method in class io.javadog.cws.api.dtos.Signature
 
setVerified(boolean) - Method in class io.javadog.cws.api.responses.VerifyResponse
 
setVersion(String) - Method in class io.javadog.cws.api.responses.VersionResponse
 
Share - Interface in io.javadog.cws.api
This interface contain the functionality to deal with data, dataTypes as well as signing and verifying data.
sign(SignRequest) - Method in interface io.javadog.cws.api.Share
Signs a Document using the requesting Accounts Private Key, and returning the Signature in the Response Object.
Signature - Class in io.javadog.cws.api.dtos
This Object contain information about a Signature in CWS, such as when it expires, verification attempts, when it was added and when it was last used.
Signature() - Constructor for class io.javadog.cws.api.dtos.Signature
 
SignRequest - Class in io.javadog.cws.api.requests
This Object is needed, when a new Signature is being issued.
SignRequest() - Constructor for class io.javadog.cws.api.requests.SignRequest
 
SignResponse - Class in io.javadog.cws.api.responses
When the Sign request was invoked, the CWS will return an Object of this type.
SignResponse() - Constructor for class io.javadog.cws.api.responses.SignResponse
Empty Constructor, to use if the setters are invoked.
SignResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.SignResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.

T

toString() - Method in class io.javadog.cws.api.dtos.Circle
toString() - Method in class io.javadog.cws.api.dtos.DataType
 
toString() - Method in class io.javadog.cws.api.dtos.Member
toString() - Method in class io.javadog.cws.api.dtos.Metadata
toString() - Method in class io.javadog.cws.api.dtos.Sanity
toString() - Method in class io.javadog.cws.api.dtos.Signature
toString() - Method in class io.javadog.cws.api.dtos.Trustee
Trustee - Class in io.javadog.cws.api.dtos
A Trustee, is a Member of a Circle, with a granted Trust Level.
Trustee() - Constructor for class io.javadog.cws.api.dtos.Trustee
 
TrustLevel - Enum in io.javadog.cws.api.common
Different Levels of trust, used by the action checks to see if a given Member may perform a specific function.

U

Utilities - Class in io.javadog.cws.api.common
Common Utilities, primarily immutability functionality.

V

validate() - Method in class io.javadog.cws.api.requests.Authentication
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.FetchDataRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.FetchMemberRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.FetchTrusteeRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.MasterKeyRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.ProcessCircleRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.ProcessDataRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.ProcessDataTypeRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.ProcessMemberRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.ProcessTrusteeRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.SanityRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.SignRequest
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.Verifiable
Simple Validation method, which checks if the required values are usable or not.
validate() - Method in class io.javadog.cws.api.requests.VerifyRequest
Simple Validation method, which checks if the required values are usable or not.
valueOf(String) - Static method in enum io.javadog.cws.api.common.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.javadog.cws.api.common.CredentialType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.javadog.cws.api.common.MemberRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.javadog.cws.api.common.ReturnCode.Classification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.javadog.cws.api.common.ReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.javadog.cws.api.common.TrustLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.javadog.cws.api.common.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.javadog.cws.api.common.CredentialType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.javadog.cws.api.common.MemberRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.javadog.cws.api.common.ReturnCode.Classification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.javadog.cws.api.common.ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.javadog.cws.api.common.TrustLevel
Returns an array containing the constants of this enum type, in the order they are declared.
Verifiable - Class in io.javadog.cws.api.requests
This Class contains checks for different fields that is used as part of the input and output Objects.
Verifiable() - Constructor for class io.javadog.cws.api.requests.Verifiable
 
verify(VerifyRequest) - Method in interface io.javadog.cws.api.Share
Verifies a Document with a given Signature.
VerifyRequest - Class in io.javadog.cws.api.requests
When a "document" needs to have its signature verified, this Object is needed as part of the CWS verify request.
VerifyRequest() - Constructor for class io.javadog.cws.api.requests.VerifyRequest
 
VerifyResponse - Class in io.javadog.cws.api.responses
This is the response Object from the CWS, when the verify request was invoked.
VerifyResponse() - Constructor for class io.javadog.cws.api.responses.VerifyResponse
Empty Constructor, to use if the setters are invoked.
VerifyResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.VerifyResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
version() - Method in interface io.javadog.cws.api.Management
Returns the current Version of the running CWS instance.
VersionResponse - Class in io.javadog.cws.api.responses
Returns the current version of the CWS instance running.
VersionResponse() - Constructor for class io.javadog.cws.api.responses.VersionResponse
Empty Constructor, to use if the setters are invoked.
VersionResponse(ReturnCode, String) - Constructor for class io.javadog.cws.api.responses.VersionResponse
Error Constructor, used if an error occurred, and the request could not complete successfully.
A C D F G I M N P R S T U V 
Skip navigation links

Copyright © 2019 JavaDog.io. All rights reserved.