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. |
Modifier and Type | Method and Description |
---|---|
AttributeTemplate |
AttributeRepositoryImpl.getByFriendlyName(String friendlyName)
Returns the
AttributeTemplate for the given friendly name. |
AttributeTemplate |
AttributeRepository.getByFriendlyName(String friendlyName)
Returns the
AttributeTemplate for the given friendly name. |
AttributeTemplate |
AttributeRepositoryImpl.getByName(String name)
Returns the
AttributeTemplate for the given attribute name. |
AttributeTemplate |
AttributeRepository.getByName(String name)
Returns the
AttributeTemplate for the given attribute name. |
Constructor and Description |
---|
AttributeRepositoryImpl(List<AttributeTemplate> attributes)
Constructor.
|
Modifier and Type | Field and 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.
|
Copyright © 2018 Litsec AB. All rights reserved.