| Modifier and Type | Method and Description |
|---|---|
CreateResponse |
FredClient.callCreate(CreateRequest createRequest)
Method used to call create command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
CreateResponse |
FredClientImpl.callCreate(CreateRequest createRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContactCreateRequest
A contact create command is used to register a new contact.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainCreateRequest
A domain create command is used to register a new domain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeysetCreateRequest
A keyset create command is used to register a new keyset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NssetCreateRequest
A nsset create command is used to register a new nsset.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponse |
NssetStrategy.callCreate(CreateRequest createRequest) |
CreateResponse |
ServerObjectStrategyContext.callCreate(CreateRequest createRequest) |
CreateResponse |
DomainStrategy.callCreate(CreateRequest createRequest) |
CreateResponse |
OtherStrategy.callCreate(CreateRequest createRequest) |
CreateResponse |
KeysetStrategy.callCreate(CreateRequest createRequest) |
CreateResponse |
ServerObjectStrategy.callCreate(CreateRequest createRequest) |
CreateResponse |
ContactStrategy.callCreate(CreateRequest createRequest) |
CreateResponse |
NotImplementedStrategy.callCreate(CreateRequest request) |
Copyright © 2023. All rights reserved.