public class PP
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<AddressCard> |
addressCards |
private CommonAttributes |
attributes |
private CommonName |
commonName |
private Demographics |
demographics |
private EmergencyContact |
emergencyContact |
private EmploymentIdentity |
employmentIdentity |
private EncryptKey |
encryptKey |
private Extension |
extension |
private Facade |
facade |
private InformalName |
informalName |
private LegalIdentity |
legalIdentity |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LEmergencyContact> |
lEmergencyContacts |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LInformalName> |
lInformalNames |
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.XMLObjectChildrenList<MsgContact> |
msgContacts |
static String |
NAMESPACE_PREFIX |
static String |
NAMESPACE_URI |
private SignKey |
signKey |
static String |
XPATH_SELECTOR |
| Modifier | Constructor and Description |
|---|---|
protected |
PP(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
getSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static String NAMESPACE_URI
public static String NAMESPACE_PREFIX
public static String LOCAL_NAME
public static String XPATH_SELECTOR
private CommonAttributes attributes
private InformalName informalName
private org.opensaml.core.xml.util.XMLObjectChildrenList<LInformalName> lInformalNames
private CommonName commonName
private LegalIdentity legalIdentity
private EmploymentIdentity employmentIdentity
private org.opensaml.core.xml.util.XMLObjectChildrenList<AddressCard> addressCards
private org.opensaml.core.xml.util.XMLObjectChildrenList<MsgContact> msgContacts
private Facade facade
private Demographics demographics
private SignKey signKey
private EncryptKey encryptKey
private EmergencyContact emergencyContact
private org.opensaml.core.xml.util.XMLObjectChildrenList<LEmergencyContact> lEmergencyContacts
private Extension extension
public CommonAttributes attributes()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
public void setExtension(Extension extension)
public Extension getExtension()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LEmergencyContact> getLEmergencyContacts()
public void setEmergencyContact(EmergencyContact emergencyContact)
public EmergencyContact getEmergencyContact()
public void setEncryptKey(EncryptKey encryptKey)
public EncryptKey getEncryptKey()
public void setSignKey(SignKey signKey)
public SignKey getSignKey()
public void setDemographics(Demographics demographics)
public Demographics getDemographics()
public void setFacade(Facade facade)
public Facade getFacade()
public org.opensaml.core.xml.util.XMLObjectChildrenList<MsgContact> getMsgContacts()
public org.opensaml.core.xml.util.XMLObjectChildrenList<AddressCard> getAddressCards()
public void setEmploymentIdentity(EmploymentIdentity employmentIdentity)
public EmploymentIdentity getEmploymentIdentity()
public void setLegalIdentity(LegalIdentity legalIdentity)
public LegalIdentity getLegalIdentity()
public void setCommonName(CommonName commonName)
public CommonName getCommonName()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LInformalName> getLInformalNames()
public void setInformalName(InformalName informalName)
public InformalName getInformalName()
Copyright © 1999–2015. All rights reserved.