Package | Description |
---|---|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
Modifier and Type | Method and Description |
---|---|
Extensions |
RoleDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
EntityDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
Organization.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
AffiliationDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
ContactPerson.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
EntitiesDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
EntityDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
Organization.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
AffiliationDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
ContactPerson.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
EntitiesDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionsImpl
Implementation of
Extensions . |
Modifier and Type | Method and Description |
---|---|
Extensions |
ExtensionsBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Extensions |
ExtensionsBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Extensions |
EntityDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
OrganizationImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
RoleDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
EntitiesDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
AffiliationDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
ContactPersonImpl.getExtensions()
Gets the Extensions child of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityDescriptorImpl.setExtensions(Extensions newExtensions)
Sets the Extensions child of this object.
|
void |
OrganizationImpl.setExtensions(Extensions newExtensions)
Sets the Extensions child of this object.
|
void |
RoleDescriptorImpl.setExtensions(Extensions ext)
Sets the Extensions child of this object.
|
void |
EntitiesDescriptorImpl.setExtensions(Extensions newExtensions)
Sets the Extensions child of this object.
|
void |
AffiliationDescriptorImpl.setExtensions(Extensions theExtensions)
Sets the Extensions child of this object.
|
void |
ContactPersonImpl.setExtensions(Extensions theExtensions)
Sets the Extensions child of this object.
|
Copyright © 2018. All rights reserved.