|
||||||||||
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.
Constructor Summary | |
---|---|
MetadataCriteria(javax.xml.namespace.QName role,
java.lang.String protocol)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getProtocol()
Get the entity protocol. |
javax.xml.namespace.QName |
getRole()
Get the entity role. |
void |
setProtocol(java.lang.String protocol)
Set the entity protocol. |
void |
setRole(javax.xml.namespace.QName role)
Set the entity role. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataCriteria(javax.xml.namespace.QName role, java.lang.String protocol)
role
- the entity roleprotocol
- the entity protocolMethod Detail |
---|
public java.lang.String getProtocol()
public void setProtocol(java.lang.String protocol)
protocol
- The protocol to set.public javax.xml.namespace.QName getRole()
public void setRole(javax.xml.namespace.QName role)
role
- the QName of entity role
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |