Package | Description |
---|---|
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.
|
org.opensaml.samlext.saml2mdui | |
org.opensaml.samlext.saml2mdui.impl |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ServiceDescription.getDescription()
Gets the description of the service.
|
LocalizedString |
ServiceName.getName()
Gets the name of the service.
|
LocalizedString |
OrganizationName.getName()
Gets the name of the organization.
|
LocalizedString |
OrganizationDisplayName.getName()
Gets the name of the organization.
|
LocalizedString |
OrganizationURL.getURL()
Gets the URL of the organization.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDescription.setDescription(LocalizedString newDescription)
Sets the description of the service.
|
void |
ServiceName.setName(LocalizedString newName)
Sets the service name.
|
void |
OrganizationName.setName(LocalizedString newName)
Sets the organization name.
|
void |
OrganizationDisplayName.setName(LocalizedString newName)
Sets the organization name.
|
void |
OrganizationURL.setURL(LocalizedString newURL)
Sets the organization URL.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ServiceDescriptionImpl.getDescription()
Gets the description of the service.
|
LocalizedString |
ServiceNameImpl.getName()
Gets the name of the service.
|
LocalizedString |
OrganizationNameImpl.getName()
Gets the name of the organization.
|
LocalizedString |
OrganizationDisplayNameImpl.getName()
Gets the name of the organization.
|
LocalizedString |
OrganizationURLImpl.getURL()
Gets the URL of the organization.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDescriptionImpl.setDescription(LocalizedString newDescription)
Sets the description of the service.
|
void |
ServiceNameImpl.setName(LocalizedString newName)
Sets the service name.
|
void |
OrganizationNameImpl.setName(LocalizedString newName)
Sets the organization name.
|
void |
OrganizationDisplayNameImpl.setName(LocalizedString newName)
Sets the organization name.
|
void |
OrganizationURLImpl.setURL(LocalizedString newURL)
Sets the organization URL.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
Description.getDescription()
Gets the description of the EndPoint.
|
LocalizedString |
LocalizedName.getName()
Gets the name.
|
LocalizedString |
LocalizedURI.getURI()
Gets the URI.
|
Modifier and Type | Method and Description |
---|---|
void |
Description.setDescription(LocalizedString newDescription)
Sets the description of the EndPoint.
|
void |
LocalizedName.setName(LocalizedString newName)
Sets the name.
|
void |
LocalizedURI.setURI(LocalizedString newURI)
Sets the URI.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
DescriptionImpl.getDescription()
Gets the description of the EndPoint.
|
LocalizedString |
LocalizedNameImpl.getName()
Gets the name.
|
LocalizedString |
LocalizedURIImpl.getURI()
Gets the URI.
|
Modifier and Type | Method and Description |
---|---|
void |
DescriptionImpl.setDescription(LocalizedString newDescription)
Sets the description of the EndPoint.
|
void |
LocalizedNameImpl.setName(LocalizedString newName)
Sets the name.
|
void |
LocalizedURIImpl.setURI(LocalizedString newURI)
Sets the URI.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.