Class UserInfoPageAttributeValidator

All Implemented Interfaces:
UIComponentValidator, ValidationFilter

public abstract class UserInfoPageAttributeValidator extends DefaultUIComponentValidator
Abstract super class to handle the common processing for User attributes on an InfoPage. This class will HIDE any attribute name given to it from the user simplified page. This is the user page launched from various locations in the system and includes the user profile page. Subclasses must implement the abstract method. In addition to implementing the method, the attributes needs to be mapped to the new validation subclass in a PrincipalAdmin-service-properties.xconf file per validation customization.

Supported API: true

Extendable: true