public final class RoleDescriptorCriterion
extends java.lang.Object
implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion representing an entity role.| Modifier and Type | Field and Description |
|---|---|
private RoleDescriptor |
role
The entity role.
|
| Constructor and Description |
|---|
RoleDescriptorCriterion(RoleDescriptor samlRole)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
RoleDescriptor |
getRole()
Gets the entity role.
|
int |
hashCode() |
java.lang.String |
toString() |
@Nonnull private final RoleDescriptor role
public RoleDescriptorCriterion(@Nonnull
RoleDescriptor samlRole)
samlRole - the entity role@Nonnull public RoleDescriptor 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