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 (EntityDescriptorelements) 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 AttributeTemplateAttributeRepository. getByFriendlyName(String friendlyName)Returns theAttributeTemplatefor the given friendly name.AttributeTemplateAttributeRepositoryImpl. getByFriendlyName(String friendlyName)Returns theAttributeTemplatefor the given friendly name.AttributeTemplateAttributeRepository. getByName(String name)Returns theAttributeTemplatefor the given attribute name.AttributeTemplateAttributeRepositoryImpl. getByName(String name)Returns theAttributeTemplatefor 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 AttributeTemplateIdpEntityDescriptorBuilder. ASSURANCE_CERTIFICATION_ATTRIBUTE_TEMPLATEThe attribute template for the assurance certification attribute stored as an attribute in the entity attributes extension.static AttributeTemplateAbstractEntityDescriptorBuilder. ENTITY_CATEGORY_TEMPLATEThe attribute template for the entity category attribute stored as an attribute in the entity attributes extension.
-