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