You are here

class CasProtectedUserFieldConstraint in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/Validation/Constraint/CasProtectedUserFieldConstraint.php \Drupal\cas\Plugin\Validation\Constraint\CasProtectedUserFieldConstraint

Checks if the plain text password is provided for editing a protected field.

Plugin annotation


@Constraint(
  id = "CasProtectedUserField",
  label = @Translation("Password required for protected field change", context = "Validation")
)

Hierarchy

Expanded class hierarchy of CasProtectedUserFieldConstraint

File

src/Plugin/Validation/Constraint/CasProtectedUserFieldConstraint.php, line 15

Namespace

Drupal\cas\Plugin\Validation\Constraint
View source
class CasProtectedUserFieldConstraint extends ProtectedUserFieldConstraint {

}

Members