Interface AuthorityResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface AuthorityResource
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionResponsecreateCA(AuthorityData data) ResponseResponseResponseResponseResponseResponseResponsegetCertPEM(String caIDString) ResponseResponsegetChainPEM(String caIDString) ResponsemodifyCA(String caIDString, AuthorityData data) Modify a CA (supports partial updates).Response
-
Field Details
-
HOST_AUTHORITY
- See Also:
-
-
Method Details
-
findCAs
-
getCA
-
getCert
-
getCertPEM
-
getChain
-
getChainPEM
-
createCA
-
modifyCA
Modify a CA (supports partial updates). isHostEnabled, authorityID, authorityParentID and DN are immutable; differences in these values are ignored. Other values, if null, are ignored, otherwise they are set to the new value. To remove the description, use an empty string. -
enableCA
-
disableCA
-
renewCA
-
deleteCA
-