Searched refs:getMethodID (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java161 SessionResponse sres = new SessionResponse(sreq.getRequestID(), sreq.getMethodID());
266 if (req.getMethodID() == SessionRequest.DestroySession) {
269 } else if (req.getMethodID() == SessionRequest.SetProperty) {
284 switch (req.getMethodID()) {
316 SessionResponse res = new SessionResponse(req.getRequestID(), req.getMethodID());
318 switch (req.getMethodID()) {
398 SessionResponse response = new SessionResponse(req.getRequestID(), req.getMethodID());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java120 SessionResponse sres = new SessionResponse(sreq.getRequestID(), sreq.getMethodID());
192 SessionResponse res = new SessionResponse(req.getRequestID(), req.getMethodID());
198 switch (req.getMethodID()) {
237 if (req.getMethodID() == SessionRequest.DestroySession) {
257 if (req.getMethodID() == SessionRequest.SetProperty) {
384 switch (req.getMethodID()) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java228 if (psReq.getMethodID() == PolicyService.POLICY_REQUEST_ID) {
301 if (req.getMethodID() ==
320 if (req.getMethodID() ==
339 if (req.getMethodID() ==
369 if (req.getMethodID() ==
H A DPolicyService.java157 public int getMethodID() { method in class:PolicyService
H A DPolicyRequest.java113 public int getMethodID() { method in class:PolicyRequest
H A DPolicyResponse.java134 public int getMethodID() { method in class:PolicyResponse
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java231 public int getMethodID() { method in class:SessionRequest
H A DSessionResponse.java213 public int getMethodID() { method in class:SessionResponse
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java229 public int getMethodID() { method in class:SessionRequest
H A DSessionResponse.java213 public int getMethodID() { method in class:SessionResponse
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java157 public int getMethodID() { method in class:PolicyService
H A DPolicyRequestHandler.java233 if (psReq.getMethodID() == PolicyService.POLICY_REQUEST_ID) {
306 if (req.getMethodID() ==
325 if (req.getMethodID() ==
344 if (req.getMethodID() ==
374 if (req.getMethodID() ==
H A DPolicyRequest.java113 public int getMethodID() { method in class:PolicyRequest
H A DPolicyResponse.java134 public int getMethodID() { method in class:PolicyResponse
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java1010 if (psres.getMethodID()
1077 if (psres.getMethodID()
1512 if (psres.getMethodID() == PolicyResponse.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java1019 if (psres.getMethodID()
1086 if (psres.getMethodID()
1521 if (psres.getMethodID() == PolicyResponse.

Completed in 63 milliseconds