Package io.gs2.identifier.request
Class GetSecurityPolicyRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetSecurityPolicyRequest>
io.gs2.identifier.request.GetSecurityPolicyRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetSecurityPolicyRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetSecurityPolicyName(String securityPolicyName) com.fasterxml.jackson.databind.JsonNodetoJson()withSecurityPolicyName(String securityPolicyName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetSecurityPolicyRequest
public GetSecurityPolicyRequest()
-
-
Method Details
-
getSecurityPolicyName
-
setSecurityPolicyName
-
withSecurityPolicyName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-