All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToSolvers(Collection<ACMEChallengeSolver> items) |
ACMEIssuerFluent.SolversNested<A> |
addNewSolver() |
ACMEIssuerFluent.SolversNested<A> |
addNewSolverLike(ACMEChallengeSolver item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToSolvers(ACMEChallengeSolver... items) |
A |
addToSolvers(int index,
ACMEChallengeSolver item) |
ACMEExternalAccountBinding |
buildExternalAccountBinding() |
ACMEChallengeSolver |
buildFirstSolver() |
ACMEChallengeSolver |
buildLastSolver() |
ACMEChallengeSolver |
buildMatchingSolver(Predicate<ACMEChallengeSolverBuilder> predicate) |
SecretKeySelector |
buildPrivateKeySecretRef() |
ACMEChallengeSolver |
buildSolver(int index) |
List<ACMEChallengeSolver> |
buildSolvers() |
protected void |
copyInstance(ACMEIssuer instance) |
ACMEIssuerFluent.ExternalAccountBindingNested<A> |
editExternalAccountBinding() |
ACMEIssuerFluent.SolversNested<A> |
editFirstSolver() |
ACMEIssuerFluent.SolversNested<A> |
editLastSolver() |
ACMEIssuerFluent.SolversNested<A> |
editMatchingSolver(Predicate<ACMEChallengeSolverBuilder> predicate) |
ACMEIssuerFluent.ExternalAccountBindingNested<A> |
editOrNewExternalAccountBinding() |
ACMEIssuerFluent.ExternalAccountBindingNested<A> |
editOrNewExternalAccountBindingLike(ACMEExternalAccountBinding item) |
ACMEIssuerFluent.PrivateKeySecretRefNested<A> |
editOrNewPrivateKeySecretRef() |
ACMEIssuerFluent.PrivateKeySecretRefNested<A> |
editOrNewPrivateKeySecretRefLike(SecretKeySelector item) |
ACMEIssuerFluent.PrivateKeySecretRefNested<A> |
editPrivateKeySecretRef() |
ACMEIssuerFluent.SolversNested<A> |
editSolver(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getDisableAccountKeyGeneration() |
String |
getEmail() |
Boolean |
getEnableDurationFeature() |
String |
getPreferredChain() |
String |
getServer() |
Boolean |
getSkipTLSVerify() |
boolean |
hasAdditionalProperties() |
boolean |
hasDisableAccountKeyGeneration() |
boolean |
hasEmail() |
boolean |
hasEnableDurationFeature() |
boolean |
hasExternalAccountBinding() |
int |
hashCode() |
boolean |
hasMatchingSolver(Predicate<ACMEChallengeSolverBuilder> predicate) |
boolean |
hasPreferredChain() |
boolean |
hasPrivateKeySecretRef() |
boolean |
hasServer() |
boolean |
hasSkipTLSVerify() |
boolean |
hasSolvers() |
A |
removeAllFromSolvers(Collection<ACMEChallengeSolver> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromSolvers(ACMEChallengeSolver... items) |
A |
removeMatchingFromSolvers(Predicate<ACMEChallengeSolverBuilder> predicate) |
ACMEIssuerFluent.SolversNested<A> |
setNewSolverLike(int index,
ACMEChallengeSolver item) |
A |
setToSolvers(int index,
ACMEChallengeSolver item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDisableAccountKeyGeneration() |
A |
withDisableAccountKeyGeneration(Boolean disableAccountKeyGeneration) |
A |
withEmail(String email) |
A |
withEnableDurationFeature() |
A |
withEnableDurationFeature(Boolean enableDurationFeature) |
A |
withExternalAccountBinding(ACMEExternalAccountBinding externalAccountBinding) |
ACMEIssuerFluent.ExternalAccountBindingNested<A> |
withNewExternalAccountBinding() |
ACMEIssuerFluent.ExternalAccountBindingNested<A> |
withNewExternalAccountBindingLike(ACMEExternalAccountBinding item) |
ACMEIssuerFluent.PrivateKeySecretRefNested<A> |
withNewPrivateKeySecretRef() |
A |
withNewPrivateKeySecretRef(String key,
String name) |
ACMEIssuerFluent.PrivateKeySecretRefNested<A> |
withNewPrivateKeySecretRefLike(SecretKeySelector item) |
A |
withPreferredChain(String preferredChain) |
A |
withPrivateKeySecretRef(SecretKeySelector privateKeySecretRef) |
A |
withServer(String server) |
A |
withSkipTLSVerify() |
A |
withSkipTLSVerify(Boolean skipTLSVerify) |
A |
withSolvers(ACMEChallengeSolver... solvers) |
A |
withSolvers(List<ACMEChallengeSolver> solvers) |