| Package | Description |
|---|---|
| net.shibboleth.idp.ui.context |
Context classes for IdP-specific information needed by the UI (mostly Velocity).
|
| Modifier and Type | Field and Description |
|---|---|
private RelyingPartyUIData<T> |
RelyingPartyUIInformation.serviceDescription
The ServiceDescription information.
|
private RelyingPartyUIData<T> |
RelyingPartyUIInformation.serviceName
The Service Name information.
|
| Modifier and Type | Method and Description |
|---|---|
RelyingPartyUIData<T> |
RelyingPartyUIInformation.getServiceDescription()
Get the service description object.
|
RelyingPartyUIData<T> |
RelyingPartyUIInformation.getServiceName()
Get the service name object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelyingPartyUIInformation.setServiceDescription(RelyingPartyUIData<T> description)
Set the service description object.
|
void |
RelyingPartyUIInformation.setServiceName(RelyingPartyUIData<T> object)
Set the service description object.
|
Copyright © 1999–2014. All rights reserved.