Searched refs:CorrelationType (Results 1 - 9 of 9) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/soapbinding/jaxb/
H A DCorrelationElement.java17 * <element name="Correlation" type="{urn:liberty:sb:2003-08}CorrelationType"/>
22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType
H A DCorrelationType.java13 * Java content class for CorrelationType complex type.
17 * <complexType name="CorrelationType">
32 public interface CorrelationType { interface
H A DObjectFactory.java46 defaultImplementations.put((com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType.class), "com.sun.identity.liberty.ws.soapbinding.jaxb.impl.CorrelationTypeImpl");
243 * Create an instance of CorrelationType
248 public com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType createCorrelationType()
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/soapbinding/jaxb/
H A DCorrelationElement.java17 * <element name="Correlation" type="{urn:liberty:sb:2003-08}CorrelationType"/>
22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType
H A DCorrelationType.java13 * Java content class for CorrelationType complex type.
17 * <complexType name="CorrelationType">
32 public interface CorrelationType { interface
H A DObjectFactory.java46 defaultImplementations.put((com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType.class), "com.sun.identity.liberty.ws.soapbinding.jaxb.impl.CorrelationTypeImpl");
243 * Create an instance of CorrelationType
248 public com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType createCorrelationType()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/soapbinding/jaxb/impl/
H A DCorrelationTypeImpl.java11 public class CorrelationTypeImpl implements com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.xml.bind.marshaller.IdentifiableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
25 return (com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType.class);
157 return (com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType.class);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/soapbinding/jaxb/impl/
H A DCorrelationTypeImpl.java11 public class CorrelationTypeImpl implements com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.xml.bind.marshaller.IdentifiableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
25 return (com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType.class);
157 return (com.sun.identity.liberty.ws.soapbinding.jaxb.CorrelationType.class);
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java2457 enum CorrelationType { enum in class:ObjectMapping
2483 private CorrelationType type;
2498 type = CorrelationType.correlationQuery;
2509 type = CorrelationType.correlationScript;
2512 type = CorrelationType.none;

Completed in 294 milliseconds