|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validator | |
---|---|
oracle.iam.rm.client | Provides the classes and interfaces for the Oracle Role Manager client. |
oracle.iam.rm.server_api | Provides the interfaces and classes used for remotely interacting with Oracle Role Manager. |
oracle.iam.rm.server_api.model | Provides the classes and interfaces for the underlying model. |
Uses of Validator in oracle.iam.rm.client |
---|
Methods in oracle.iam.rm.client that return Validator | |
---|---|
Validator |
Argument.getValidator() Gets the validator for the argument, allowing validation and "intelegent" UI rendering. |
Uses of Validator in oracle.iam.rm.server_api |
---|
Methods in oracle.iam.rm.server_api that return Validator | |
---|---|
Validator |
ArgumentDefinition.getValidator() Gets the validator for this argument. |
Uses of Validator in oracle.iam.rm.server_api.model |
---|
Subclasses of Validator in oracle.iam.rm.server_api.model | |
---|---|
class |
CompositeValidator A validator that can contain other validators. |
class |
EnumeratedValueValidator A validator that constrains the possible values to a defined set. |
class |
NonNullValidator A validator that validates against an object's existence. |
class |
NumericValidator A validator that validates against a number's value range. |
class |
StringLengthValidator A validator that validates against a string's length. |
class |
StringPatternValidator A validator that validates against a string pattern. |
class |
WhitespaceValidator A validator that validates against a string's whitespace. |
Methods in oracle.iam.rm.server_api.model that return Validator | |
---|---|
Validator |
ServerAttributeDefinition.getValidator() Gets the Validator for the value of this attribute. |
Validator[] |
CompositeValidator.getValidators() Gets the validators that constitute this composite validator. |
Constructors in oracle.iam.rm.server_api.model with parameters of type Validator | |
---|---|
CompositeValidator(Validator[] validators) Creates a CompositeValidator . |
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |