Class | Description |
---|---|
ConfigRefValidator | |
ContextRootCheckValidator |
Validation logic for ContextRootCheck constraint
|
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 | |
ContextRootCheck |
ContextRootCheck constraint to verify a context root attribute is not a duplicate for a virtual server.
|
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 constraint is supported for ConfigBeanProxy only. |
ReferenceConstraint.RemoteKey |
This annotation gets set only on getter method and in combination with
ReferenceConstraint annotation on the class. |
ResourceNameConstraint | |
SolarisRealmPropertyCheck |
Copyright © 2018. All rights reserved.