Searched defs:RequestType (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/paos/jaxb/
H A DRequestType.java13 * Java content class for RequestType complex type.
17 * <complexType name="RequestType">
31 public interface RequestType { interface
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/paos/jaxb/
H A DRequestType.java13 * Java content class for RequestType complex type.
17 * <complexType name="RequestType">
31 public interface RequestType { interface
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/protocol/
H A DRequestType.java13 * Java content class for RequestType complex type.
17 * <complexType name="RequestType">
35 public interface RequestType interface in inherits:com.sun.identity.liberty.ws.common.jaxb.protocol.RequestAbstractType
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/sns/
H A DSnsMessageResource.java134 return handle(context, actionRequest, RequestType.AUTHENTICATE);
153 return handle(context, actionRequest, RequestType.REGISTER);
157 RequestType requestType) {
202 private boolean attemptFromCTS(String messageId, JsonValue actionContent, RequestType requestType)
226 if (requestType == RequestType.REGISTER) {
254 private enum RequestType { enum in class:SnsMessageResource
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/protocol/
H A DRequestType.java13 * Java content class for RequestType complex type.
17 * <complexType name="RequestType">
35 public interface RequestType interface in inherits:com.sun.identity.liberty.ws.common.jaxb.protocol.RequestAbstractType

Completed in 86 milliseconds