| Class | Description |
|---|---|
| ConfigRefValidator | |
| FileRealmPropertyCheckValidator | |
| JavaClassNameValidator |
Implementation for the user-defined constraint annotation @JavaClassName
|
| JDBCRealmPropertyCheckValidator | |
| LDAPRealmPropertyCheckValidator | |
| NotDuplicateTargetNameValidator |
Validation logic for NotDuplicateTargetName constraint
|
| NotTargetKeywordValidator |
Validation logic for NotTargetKeyword constraint
|
| ReferenceValidator | |
| ResourceNameValidator | |
| SolarisRealmPropertyCheckValidator |
| Annotation Type | Description |
|---|---|
| ConfigRefConstraint | |
| FileRealmPropertyCheck | |
| JavaClassName |
User-defined constraint to check if an attribute is a valid Java class name
The class name can be a fully qualified classname inlcuding its package name
|
| JDBCRealmPropertyCheck | |
| LDAPRealmPropertyCheck | |
| NotDuplicateTargetName |
NotDuplicateTargetName class-level constraint to verify that the name
attribute is not already in use by another target (cluster, instance,
node, config).
|
| NotTargetKeyword |
NotTargetKeyword constraint to verify a name attribute is not a reserved
word like 'domain'.
|
| ReferenceConstraint |
Annotated
ConfigBeanProxy class contains at least one String
field, which value must point to key attribute of some other existing
ConfigBeanProxy instance.Use ReferenceConstraint.RemoteKey annotation on appropriate getters
to define such fields.This constrain is supported for ConfigBeanProxy only. |
| ReferenceConstraint.RemoteKey |
This annotation get sense only on getter method and in combination with
ReferenceConstraint annotation on the class. |
| ResourceNameConstraint | |
| SolarisRealmPropertyCheck |
Copyright © 2013. All Rights Reserved.