Searched refs:ReferenceListType (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DReferenceListElement.java33 extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType
H A DEncryptedKeyType.java42 * {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType}
44 com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType getReferenceList();
52 * {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType}
54 void setReferenceList(com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType value);
H A DReferenceListType.java30 public interface ReferenceListType { interface
51 * {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference}
52 * {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyReference}
H A DObjectFactory.java36 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyReference.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl$KeyReferenceImpl");
39 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl$DataReferenceImpl");
44 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl");
141 public com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyReference createReferenceListTypeKeyReference()
177 public com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference createReferenceListTypeDataReference()
256 * Create an instance of ReferenceListType
261 public com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType createReferenceListType()
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DReferenceListElement.java33 extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType
H A DEncryptedKeyType.java42 * {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType}
44 com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType getReferenceList();
52 * {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType}
54 void setReferenceList(com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType value);
H A DReferenceListType.java30 public interface ReferenceListType { interface
51 * {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference}
52 * {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyReference}
H A DObjectFactory.java36 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyReference.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl$KeyReferenceImpl");
39 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl$DataReferenceImpl");
44 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl");
141 public com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyReference createReferenceListTypeKeyReference()
177 public com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference createReferenceListTypeDataReference()
256 * Create an instance of ReferenceListType
261 public com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType createReferenceListType()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DReferenceListElement.java33 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType
H A DEncryptedKeyType.java41 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType}
44 com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType getReferenceList();
51 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType}
54 void setReferenceList(com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType value);
H A DReferenceListType.java30 public interface ReferenceListType { interface
51 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference}
52 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference}
H A DObjectFactory.java38 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.ReferenceListTypeImpl$KeyReferenceImpl");
49 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.ReferenceListTypeImpl");
55 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.ReferenceListTypeImpl$DataReferenceImpl");
165 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference createReferenceListTypeKeyReference()
304 * Create an instance of ReferenceListType
309 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType createReferenceListType()
393 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference createReferenceListTypeDataReference()
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DReferenceListElement.java33 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType
H A DEncryptedKeyType.java41 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType}
44 com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType getReferenceList();
51 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType}
54 void setReferenceList(com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType value);
H A DReferenceListType.java30 public interface ReferenceListType { interface
51 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference}
52 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference}
H A DObjectFactory.java38 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.ReferenceListTypeImpl$KeyReferenceImpl");
49 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.ReferenceListTypeImpl");
55 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.ReferenceListTypeImpl$DataReferenceImpl");
165 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference createReferenceListTypeKeyReference()
304 * Create an instance of ReferenceListType
309 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType createReferenceListType()
393 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference createReferenceListTypeDataReference()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DReferenceListTypeImpl.java11 public class ReferenceListTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType, 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.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
19 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.class);
68 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.class);
108 implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference, com.sun.xml.bind.RIElement, 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.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
115 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference.class);
153 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference.class);
369 implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference, com.sun.xml.bind.RIElement, 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.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
376 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference.class);
414 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference.class);
H A DEncryptedKeyTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType _ReferenceList;
26 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType getReferenceList() {
30 public void setReferenceList(com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType value) {
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DReferenceListTypeImpl.java11 public class ReferenceListTypeImpl implements com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
19 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.class);
68 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.class);
92 +"\u0000Bcom.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataR"
95 +"om.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyRefer"
107 implements com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
114 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference.class);
152 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference.class);
368 implements com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyReference, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
375 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType
[all...]
H A DEncryptedKeyTypeImpl.java16 protected com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType _ReferenceList;
26 public com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType getReferenceList() {
30 public void setReferenceList(com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType value) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DReferenceListTypeImpl.java11 public class ReferenceListTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType, 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.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
19 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.class);
68 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.class);
108 implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference, com.sun.xml.bind.RIElement, 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.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
115 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference.class);
153 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.DataReference.class);
369 implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference, com.sun.xml.bind.RIElement, 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.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
376 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference.class);
414 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType.KeyReference.class);
H A DEncryptedKeyTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType _ReferenceList;
26 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType getReferenceList() {
30 public void setReferenceList(com.sun.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListType value) {
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DReferenceListTypeImpl.java11 public class ReferenceListTypeImpl implements com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
19 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.class);
68 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.class);
92 +"\u0000Bcom.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataR"
95 +"om.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyRefer"
107 implements com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
114 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference.class);
152 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference.class);
368 implements com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyReference, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
375 return (com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType
[all...]
H A DEncryptedKeyTypeImpl.java16 protected com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType _ReferenceList;
26 public com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType getReferenceList() {
30 public void setReferenceList(com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType value) {

Completed in 108 milliseconds