Class EntityRoleCriterion

  • All Implemented Interfaces:
    net.shibboleth.utilities.java.support.resolver.Criterion

    public final class EntityRoleCriterion
    extends Object
    implements net.shibboleth.utilities.java.support.resolver.Criterion
    Criterion representing an entity role.
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object