Package de.xima.fc.gui.bean.user
Class ClientAuthorizationDialogBean
java.lang.Object
de.xima.fc.gui.bean.user.ClientAuthorizationDialogBean
- All Implemented Interfaces:
Serializable
@Named
@ViewScoped
public class ClientAuthorizationDialogBean
extends Object
implements Serializable
Bean extending
ClientAuthorizationBean
for handling of dialog validate()- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientAuthorizationDialogBean
public ClientAuthorizationDialogBean()
-
-
Method Details
-
validate
public void validate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value) throws javax.faces.validator.ValidatorException Validate method to check primary mail input, here since client is needed- Parameters:
context
- the FacesContextcomponent
- the UIComponentvalue
- the currently input value- Throws:
javax.faces.validator.ValidatorException
- if empty, pattern mismatch or unique key constraint (client.id + usermail.address)
-