public class SecurityValidationUtil extends Object
Constructor and Description |
---|
SecurityValidationUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
validateAttributeValue(String attributeName,
String attributeValue,
String errorKeyPrefix)
Validates the given value exist for the attribute.
|
public SecurityValidationUtil()
public static boolean validateAttributeValue(String attributeName, String attributeValue, String errorKeyPrefix)
attributeName
- name of attribute for valueattributeValue
- the value to validateerrorKeyPrefix
- prefix for error key if the value does not existCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.