|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalizedString | |
---|---|
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. |
Uses of LocalizedString in org.opensaml.saml2.metadata |
---|
Methods in org.opensaml.saml2.metadata that return LocalizedString | |
---|---|
LocalizedString |
ServiceDescription.getDescription()
Gets the description of the service. |
LocalizedString |
OrganizationDisplayName.getName()
Gets the name of the organization. |
LocalizedString |
ServiceName.getName()
Gets the name of the service. |
LocalizedString |
OrganizationName.getName()
Gets the name of the organization. |
LocalizedString |
OrganizationURL.getURL()
Gets the URL of the organization. |
Methods in org.opensaml.saml2.metadata with parameters of type LocalizedString | |
---|---|
void |
ServiceDescription.setDescription(LocalizedString newDescription)
Sets the description of the service. |
void |
OrganizationDisplayName.setName(LocalizedString newName)
Sets the organization name. |
void |
ServiceName.setName(LocalizedString newName)
Sets the service name. |
void |
OrganizationName.setName(LocalizedString newName)
Sets the organization name. |
void |
OrganizationURL.setURL(LocalizedString newURL)
Sets the organization URL. |
Uses of LocalizedString in org.opensaml.saml2.metadata.impl |
---|
Methods in org.opensaml.saml2.metadata.impl that return LocalizedString | |
---|---|
LocalizedString |
ServiceDescriptionImpl.getDescription()
Gets the description of the service. |
LocalizedString |
OrganizationDisplayNameImpl.getName()
Gets the name of the organization. |
LocalizedString |
ServiceNameImpl.getName()
Gets the name of the service. |
LocalizedString |
OrganizationNameImpl.getName()
Gets the name of the organization. |
LocalizedString |
OrganizationURLImpl.getURL()
Gets the URL of the organization. |
Methods in org.opensaml.saml2.metadata.impl with parameters of type LocalizedString | |
---|---|
void |
ServiceDescriptionImpl.setDescription(LocalizedString newDescription)
Sets the description of the service. |
void |
OrganizationDisplayNameImpl.setName(LocalizedString newName)
Sets the organization name. |
void |
ServiceNameImpl.setName(LocalizedString newName)
Sets the service name. |
void |
OrganizationNameImpl.setName(LocalizedString newName)
Sets the organization name. |
void |
OrganizationURLImpl.setURL(LocalizedString newURL)
Sets the organization URL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |