Uses of Class
de.xima.fc.mdl.auth.authorization.ProfileAttributeCondition
-
Packages that use ProfileAttributeCondition Package Description de.xima.fc.mdl.auth.authorization de.xima.fc.validation.constraintvalidators -
-
Uses of ProfileAttributeCondition in de.xima.fc.mdl.auth.authorization
Methods in de.xima.fc.mdl.auth.authorization that return types with arguments of type ProfileAttributeCondition Modifier and Type Method Description List<ProfileAttributeCondition>
ProfileAttributeConditionProperties. getConditions()
Method parameters in de.xima.fc.mdl.auth.authorization with type arguments of type ProfileAttributeCondition Modifier and Type Method Description void
ProfileAttributeConditionProperties. setConditions(List<ProfileAttributeCondition> conditions)
-
Uses of ProfileAttributeCondition in de.xima.fc.validation.constraintvalidators
Methods in de.xima.fc.validation.constraintvalidators with parameters of type ProfileAttributeCondition Modifier and Type Method Description protected String
ProfileAttributeConditionsUniquelyNamedValidator. getVariableName(ProfileAttributeCondition value)
Method parameters in de.xima.fc.validation.constraintvalidators with type arguments of type ProfileAttributeCondition Modifier and Type Method Description boolean
ProfileAttributeConditionsUniquelyNamedValidator. isValid(List<ProfileAttributeCondition> value, javax.validation.ConstraintValidatorContext context)
-