|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.security.MetadataCriteria
public final class MetadataCriteria
An implementation of Criteria which specifies criteria pertaining
to SAML 2 metadata.
| Field Summary | |
|---|---|
private String |
entityProtocol
Metadata protocol of the role indicated by the criteria. |
private QName |
entityRole
Metadata role indicated by the criteria. |
| Constructor Summary | |
|---|---|
MetadataCriteria(QName role,
String protocol)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getProtocol()
Get the entity protocol. |
QName |
getRole()
Get the entity role. |
void |
setProtocol(String protocol)
Set the entity protocol. |
void |
setRole(QName role)
Set the entity role. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private QName entityRole
private String entityProtocol
| Constructor Detail |
|---|
public MetadataCriteria(QName role,
String protocol)
role - the entity roleprotocol - the entity protocol| Method Detail |
|---|
public String getProtocol()
public void setProtocol(String protocol)
protocol - The protocol to set.public QName getRole()
public void setRole(QName role)
role - the QName of entity role
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||