| Package | Description | 
|---|---|
| io.javadog.cws.api.common | 
 Common API Functionality, Constants & Enum's. 
 | 
| io.javadog.cws.api.requests | 
 Request Objects used for all incoming Requests to the Crypto Store. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CredentialType | 
CredentialType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CredentialType[] | 
CredentialType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CredentialType | 
Authentication.getCredentialType()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Authentication.setCredentialType(CredentialType credentialType)  | 
Copyright © 2019 JavaDog.io. All rights reserved.