public final class RoleDescriptorCriterion extends 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(Object obj) |
RoleDescriptor |
getRole()
Gets the entity role.
|
int |
hashCode() |
String |
toString() |
@Nonnull private final RoleDescriptor role
public RoleDescriptorCriterion(@Nonnull RoleDescriptor samlRole)
samlRole
- the entity role@Nonnull public RoleDescriptor getRole()
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.