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