| Modifier and Type | Method and Description |
|---|---|
PolicySpecification |
VCertClient.getPolicy(String policyName)
Returns the policySpecification from the policy which matches with the policyName argument.
|
PolicySpecification |
VCertTknClient.getPolicy(String policyName)
Returns the policySpecification from the policy which matches with the policyName argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCertClient.setPolicy(String policyName,
PolicySpecification policySpecification)
Create/update a policy based on the policySpecification passed as argument.
|
void |
VCertTknClient.setPolicy(String policyName,
PolicySpecification policySpecification)
Create/update a policy based on the policySpecification passed as argument.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySpecification |
TokenConnector.getPolicy(String policyName)
Returns the policySpecification from the policy which matches with the policyName argument.
|
PolicySpecification |
Connector.getPolicy(String policyName)
Returns the policySpecification from the policy which matches with the policyName argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenConnector.setPolicy(String policyName,
PolicySpecification policySpecification)
Create/update a policy based on the policySpecification passed as argument.
|
void |
Connector.setPolicy(String policyName,
PolicySpecification policySpecification)
Create/update a policy based on the policySpecification passed as argument.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySpecification |
CloudConnector.getPolicy(String policyName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudConnector.setPolicy(String policyName,
PolicySpecification policySpecification) |
| Modifier and Type | Method and Description |
|---|---|
PolicySpecification |
TppTokenConnector.getPolicy(String policyName) |
PolicySpecification |
TppConnector.getPolicy(String policyName) |
| Modifier and Type | Method and Description |
|---|---|
void |
TppTokenConnector.setPolicy(String policyName,
PolicySpecification policySpecification) |
void |
TppConnector.setPolicy(String policyName,
PolicySpecification policySpecification) |
| Modifier and Type | Method and Description |
|---|---|
PolicySpecification |
ToPolicyConverter.convertToPolicy(T t) |
abstract PolicySpecification |
ToPolicyConverterAbstract.convertToPolicy(T t) |
PolicySpecification |
PolicySpecificationConverter.convertToPolicySpecification(T t) |
| Modifier and Type | Method and Description |
|---|---|
T |
FromPolicyConverter.convertFromPolicy(PolicySpecification policySpecification) |
T |
PolicySpecificationConverter.convertFromPolicySpecification(PolicySpecification policySpecification) |
protected Defaults |
ToPolicyConverterAbstract.getDefaultsFromPolicySpecification(PolicySpecification policySpecification) |
protected DefaultsKeyPair |
ToPolicyConverterAbstract.getDefaultsKeyPairFromPolicySpecification(PolicySpecification policySpecification) |
protected DefaultsSubject |
ToPolicyConverterAbstract.getDefaultsSubjectFromPolicySpecification(PolicySpecification policySpecification) |
protected KeyPair |
ToPolicyConverterAbstract.getKeyPairFromPolicySpecification(PolicySpecification policySpecification) |
protected Policy |
ToPolicyConverterAbstract.getPolicyFromPolicySpecification(PolicySpecification policySpecification) |
protected SubjectAltNames |
ToPolicyConverterAbstract.getSubjectAltNamesFromPolicySpecification(PolicySpecification policySpecification) |
protected Subject |
ToPolicyConverterAbstract.getSubjectFromPolicySpecification(PolicySpecification policySpecification) |
void |
IPolicySpecificationValidator.validate(PolicySpecification policySpecification) |
| Modifier and Type | Method and Description |
|---|---|
PolicySpecification |
CloudPolicyToPolicyConverter.convertToPolicy(CloudPolicy cloudPolicy) |
| Modifier and Type | Method and Description |
|---|---|
CloudPolicy |
PolicyToCloudPolicyConverter.convertFromPolicy(PolicySpecification policySpecification) |
void |
CloudPolicySpecificationValidator.validate(PolicySpecification policySpecification) |
| Modifier and Type | Method and Description |
|---|---|
PolicySpecification |
TppPolicyToPolicyConverter.convertToPolicy(TPPPolicy tppPolicy) |
| Modifier and Type | Method and Description |
|---|---|
TPPPolicy |
PolicyToTppPolicyConverter.convertFromPolicy(PolicySpecification policySpecification) |
void |
TPPPolicySpecificationValidator.validate(PolicySpecification policySpecification) |
Copyright © 2021. All rights reserved.