Class EntityDescriptorContainer
java.lang.Object
se.swedenconnect.opensaml.saml2.metadata.AbstractMetadataContainer<EntityDescriptor>
se.swedenconnect.opensaml.saml2.metadata.EntityDescriptorContainer
- All Implemented Interfaces:
MetadataContainer<EntityDescriptor>
A
MetadataContainer for EntityDescriptor elements. This class is useful for an entity wishing to
publicize its metadata.- Author:
- Martin Lindström (martin@idsec.se)
-
Field Summary
Fields inherited from class se.swedenconnect.opensaml.saml2.metadata.AbstractMetadataContainer
DEFAULT_DESCRIPTOR_ID_SIZE, DEFAULT_UPDATE_FACTOR, DEFAULT_VALIDITY, descriptor, idSize, signatureCredentials, signingConfiguration, updateFactor, validity -
Constructor Summary
ConstructorsConstructorDescriptionEntityDescriptorContainer(EntityDescriptor descriptor, X509Credential signatureCredentials) Constructor assigning the encapsulated descriptor element. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassignID(EntityDescriptor descriptor, String id) Assigns the supplied id to the ID attribute of the descriptor.protected StringgetID(EntityDescriptor descriptor) Returns the ID attribute of the supplied descriptor.protected StringgetLogString(EntityDescriptor descriptor) Returns the entityID attribute.Methods inherited from class se.swedenconnect.opensaml.saml2.metadata.AbstractMetadataContainer
cloneDescriptor, getDescriptor, getIdSize, getUpdateFactor, getValidity, marshall, setIdSize, setSigningConfiguration, setUpdateFactor, setValidity, sign, update, updateRequired
-
Constructor Details
-
EntityDescriptorContainer
Constructor assigning the encapsulated descriptor element.- Parameters:
descriptor- the descriptor objectsignatureCredentials- the signature credentials for signing the descriptor. May be null, but then no signing will be possible
-
-
Method Details
-
getID
Returns the ID attribute of the supplied descriptor.- Specified by:
getIDin classAbstractMetadataContainer<EntityDescriptor>- Parameters:
descriptor- the descriptor- Returns:
- the ID attribute
-
assignID
Assigns the supplied id to the ID attribute of the descriptor.- Specified by:
assignIDin classAbstractMetadataContainer<EntityDescriptor>- Parameters:
descriptor- the descriptorid- the ID attribute value
-
getLogString
Returns the entityID attribute.- Specified by:
getLogStringin classAbstractMetadataContainer<EntityDescriptor>- Parameters:
descriptor- the descriptor- Returns:
- the log string
-