Package org.opensaml.saml.criterion
Class EntityRoleCriterion
- java.lang.Object
-
- org.opensaml.saml.criterion.EntityRoleCriterion
-
-
Constructor Summary
Constructors Constructor Description EntityRoleCriterion(QName samlRole)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)QNamegetRole()Gets the entity role.inthashCode()StringtoString()
-
-
-
Field Detail
-
role
@Nonnull private final QName role
The entity role.
-
-
Constructor Detail
-
EntityRoleCriterion
public EntityRoleCriterion(@Nonnull QName samlRole)Constructor.- Parameters:
samlRole- the entity role
-
-
Method Detail
-
getRole
@Nonnull public QName getRole()
Gets the entity role.- Returns:
- the entity role
-
-