public final class EntityRoleCriterion
extends java.lang.Object
implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion representing an entity role.| Modifier and Type | Field and Description |
|---|---|
private javax.xml.namespace.QName |
role
The entity role.
|
| Constructor and Description |
|---|
EntityRoleCriterion(javax.xml.namespace.QName samlRole)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
javax.xml.namespace.QName |
getRole()
Gets the entity role.
|
int |
hashCode() |
java.lang.String |
toString() |
public EntityRoleCriterion(@Nonnull
javax.xml.namespace.QName samlRole)
samlRole - the entity role@Nonnull public javax.xml.namespace.QName getRole()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object