Package | Description |
---|---|
io.javadog.cws.api.common |
Common API Functionality, Constants & Enum's.
|
io.javadog.cws.api.dtos |
API Data Transfer Objects, Objects used by the Requests & Response
Objects.
|
io.javadog.cws.api.requests |
Request Objects used for all incoming Requests to the Crypto Store.
|
io.javadog.cws.api.responses |
Response Objects used by the CryptoStore when a request is handled.
|
Class and Description |
---|
Action
When invoking a processing Request to the CWS, it must be with a specific
type of Action, which may or may not be allowed.
|
CredentialType
This is the types of credentials allowed for the Authentication Process.
|
MemberRole
Each Member of CWS has some general permissions defined, which is linked
to their Role in the system.
|
ReturnCode
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
ReturnCode Classification, i.e.
|
TrustLevel
Different Levels of trust, used by the action checks to see if a given
Member may perform a specific function.
|
Class and Description |
---|
MemberRole
Each Member of CWS has some general permissions defined, which is linked
to their Role in the system.
|
TrustLevel
Different Levels of trust, used by the action checks to see if a given
Member may perform a specific function.
|
Class and Description |
---|
Action
When invoking a processing Request to the CWS, it must be with a specific
type of Action, which may or may not be allowed.
|
CredentialType
This is the types of credentials allowed for the Authentication Process.
|
MemberRole
Each Member of CWS has some general permissions defined, which is linked
to their Role in the system.
|
TrustLevel
Different Levels of trust, used by the action checks to see if a given
Member may perform a specific function.
|
Class and Description |
---|
ReturnCode
Common Return Codes, used for all requests, to help specify the nature of
the problem which may have occurred, if processing wasn't successful.
|
Copyright © 2019 JavaDog.io. All rights reserved.