Class RoleMetadataIndex.RoleMetadataIndexKey

    • Field Detail

      • role

        @Nonnull
        private final QName role
        The entity role.
    • Constructor Detail

      • RoleMetadataIndexKey

        public RoleMetadataIndexKey​(@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