public class RelyingPartyUIContext
extends org.opensaml.messaging.context.BaseContext
RelyingPartyUIInformation.| Modifier and Type | Field and Description |
|---|---|
private String |
serviceDescription
The Service Description.
|
private String |
serviceName
The Service Name.
|
| Constructor and Description |
|---|
RelyingPartyUIContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceDescription()
Get the Service Description.
|
String |
getServiceName()
Get the Service Name.
|
void |
setServiceDescription(String desc)
set the Service Description.
|
void |
setServiceName(String what)
set the Service Name.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable public String getServiceDescription()
public void setServiceDescription(@Nullable String desc)
desc - what to set.@Nullable public String getServiceName()
Copyright © 1999–2014. All rights reserved.