Uses of Class
se.litsec.opensaml.saml2.attribute.AttributeTemplate
-
Packages that use AttributeTemplate Package Description se.litsec.opensaml.saml2.attribute Package containing interfaces and classes handling SAML v2 Attributes.se.litsec.opensaml.saml2.metadata.build To create SAML metadata (EntityDescriptor
elements) requires a lot of coding. -
-
Uses of AttributeTemplate in se.litsec.opensaml.saml2.attribute
Methods in se.litsec.opensaml.saml2.attribute that return AttributeTemplate Modifier and Type Method Description AttributeTemplate
AttributeRepository. getByFriendlyName(String friendlyName)
Returns theAttributeTemplate
for the given friendly name.AttributeTemplate
AttributeRepositoryImpl. getByFriendlyName(String friendlyName)
Returns theAttributeTemplate
for the given friendly name.AttributeTemplate
AttributeRepository. getByName(String name)
Returns theAttributeTemplate
for the given attribute name.AttributeTemplate
AttributeRepositoryImpl. getByName(String name)
Returns theAttributeTemplate
for the given attribute name.Constructor parameters in se.litsec.opensaml.saml2.attribute with type arguments of type AttributeTemplate Constructor Description AttributeRepositoryImpl(List<AttributeTemplate> attributes)
Constructor. -
Uses of AttributeTemplate in se.litsec.opensaml.saml2.metadata.build
Fields in se.litsec.opensaml.saml2.metadata.build declared as AttributeTemplate Modifier and Type Field Description static AttributeTemplate
IdpEntityDescriptorBuilder. ASSURANCE_CERTIFICATION_ATTRIBUTE_TEMPLATE
The attribute template for the assurance certification attribute stored as an attribute in the entity attributes extension.static AttributeTemplate
AbstractEntityDescriptorBuilder. ENTITY_CATEGORY_TEMPLATE
The attribute template for the entity category attribute stored as an attribute in the entity attributes extension.
-