@ThreadSafe public class MetadataQueryRequest extends Object
This abstracts the parameters used to populate the context tree.
| Modifier and Type | Field and Description |
|---|---|
private String |
entityID
An entityID.
|
private String |
protocol
Protocol identifier for query.
|
| Constructor and Description |
|---|
MetadataQueryRequest()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityID()
Get the entityID to query on.
|
String |
getProtocol()
Get the protocol to query on.
|
void |
setEntityID(String id)
Set the entityID to query on.
|
void |
setProtocol(String prot)
Set the protocol to query on.
|
String |
toString() |
@Nullable @NotEmpty public String getEntityID()
public void setEntityID(@Nullable@NotEmpty String id)
id - entityID for query@Nullable @NotEmpty public String getProtocol()
public void setProtocol(@Nullable@NotEmpty String prot)
prot - protocol for queryCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.