- 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.
- 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
-
- 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
-
- 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.
- 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.
- 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.