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 voidProfileAttributeConditionProperties. 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 StringProfileAttributeConditionsUniquelyNamedValidator. getVariableName(ProfileAttributeCondition value)Method parameters in de.xima.fc.validation.constraintvalidators with type arguments of type ProfileAttributeCondition Modifier and Type Method Description booleanProfileAttributeConditionsUniquelyNamedValidator. isValid(List<ProfileAttributeCondition> value, javax.validation.ConstraintValidatorContext context) 
 -