Class EntitiesDescriptorContainer
java.lang.Object
se.swedenconnect.opensaml.saml2.metadata.AbstractMetadataContainer<EntitiesDescriptor>
se.swedenconnect.opensaml.saml2.metadata.EntitiesDescriptorContainer
- All Implemented Interfaces:
MetadataContainer<EntitiesDescriptor>
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
ConstructorsConstructorDescriptionEntitiesDescriptorContainer
(EntitiesDescriptor descriptor, X509Credential signatureCredentials) Constructor assigning the encapsulated descriptor element. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
assignID
(EntitiesDescriptor descriptor, String id) Assigns the supplied id to the ID attribute of the descriptor.protected String
getID
(EntitiesDescriptor descriptor) Returns the ID attribute of the supplied descriptor.protected String
getLogString
(EntitiesDescriptor descriptor) Returns the Name 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
-
EntitiesDescriptorContainer
public EntitiesDescriptorContainer(EntitiesDescriptor descriptor, X509Credential signatureCredentials) 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:
getID
in classAbstractMetadataContainer<EntitiesDescriptor>
- Parameters:
descriptor
- the descriptor- Returns:
- the ID attribute
-
assignID
Assigns the supplied id to the ID attribute of the descriptor.- Specified by:
assignID
in classAbstractMetadataContainer<EntitiesDescriptor>
- Parameters:
descriptor
- the descriptorid
- the ID attribute value
-
getLogString
Returns the Name attribute.- Specified by:
getLogString
in classAbstractMetadataContainer<EntitiesDescriptor>
- Parameters:
descriptor
- the descriptor- Returns:
- the log string
-