Class PolicyStoreViews
- java.lang.Object
-
- io.jans.ca.plugin.adminui.model.adminui.PolicyStoreViews
-
public final class PolicyStoreViews extends Object
Jackson@JsonViewmarker interfaces used to control whichAdminUIPolicyStorefields may be supplied by clients on different REST operations.PolicyStoreViews.Create- fields writable on POST (create).PolicyStoreViews.Edit- fields writable on PUT (edit). Read-only fields (e.g.inum,dn,creationDate,jansUsrDN,policyStore) are intentionally excluded from this view so they cannot be modified once created.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePolicyStoreViews.CreateFields accepted when creating a policy store (POST).static interfacePolicyStoreViews.EditFields accepted when editing an existing policy store (PUT).
-