org.codehaus.plexus.redback.role.validator
Interface RoleModelValidator

All Known Implementing Classes:
DefaultRoleModelValidator

public interface RoleModelValidator

RoleModelValidator:


Field Summary
static java.lang.String ROLE
           
 
Method Summary
 java.util.List getValidationErrors()
           
 boolean validate(RedbackRoleModel model)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

getValidationErrors

java.util.List getValidationErrors()

validate

boolean validate(RedbackRoleModel model)
                 throws RoleManagerException
Throws:
RoleManagerException


Copyright © 2006-2008 Codehaus. All Rights Reserved.