Package | Description |
---|---|
org.opensaml.saml2.common.impl |
Implementations of elements and attribtues used in multiple SAML 2.0 specification.
|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Extensions |
StatusResponseType.getExtensions()
Gets the Extensions of this response.
|
Extensions |
RequestAbstractType.getExtensions()
Gets the Extensions of this request.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseType.setExtensions(Extensions newExtensions)
Sets the Extensions of this response.
|
void |
RequestAbstractType.setExtensions(Extensions newExtensions)
Sets the Extensions of this request.
|
Modifier and Type | Method and Description |
---|---|
Extensions |
StatusResponseTypeImpl.getExtensions()
Gets the Extensions of this response.
|
Extensions |
RequestAbstractTypeImpl.getExtensions()
Gets the Extensions of this request.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseTypeImpl.setExtensions(Extensions newExtensions)
Sets the Extensions of this response.
|
void |
RequestAbstractTypeImpl.setExtensions(Extensions newExtensions)
Sets the Extensions of this request.
|
Modifier and Type | Method and Description |
---|---|
Extensions |
RoleDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
Organization.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
EntityDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
EntitiesDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
ContactPerson.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
AffiliationDescriptor.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 |
Organization.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
EntityDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
EntitiesDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
ContactPerson.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
AffiliationDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
Modifier and Type | Method and Description |
---|---|
Extensions |
RoleDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
OrganizationImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
EntityDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
EntitiesDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
ContactPersonImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
AffiliationDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleDescriptorImpl.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
OrganizationImpl.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
EntityDescriptorImpl.setExtensions(Extensions newExtensions)
Sets the Extensions child of this object.
|
void |
EntitiesDescriptorImpl.setExtensions(Extensions newExtensions)
Sets the Extensions child of this object.
|
void |
ContactPersonImpl.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
AffiliationDescriptorImpl.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.