Package io.gs2.identifier.request
Class CreateSecurityPolicyRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateSecurityPolicyRequest>
io.gs2.identifier.request.CreateSecurityPolicyRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateSecurityPolicyRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetDescription(String description) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withPolicy(String policy) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateSecurityPolicyRequest
public CreateSecurityPolicyRequest()
-
-
Method Details
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getPolicy
-
setPolicy
-
withPolicy
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-