Searched defs:validate (Results 1 - 25 of 145) sorted by relevance

123456

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DActivationSpec.java54 * This method may be called by a deployment tool to validate the overall
70 void validate() throws InvalidPropertyException; method in interface:ActivationSpec
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/datatypes/
H A DNonNegativeInteger.java63 public void validate(String value) throws ValidationException { method in class:NonNegativeInteger
H A DPort.java63 public void validate(String value) throws ValidationException { method in class:Port
H A DPositiveInteger.java62 public void validate(String value) throws ValidationException { method in class:PositiveInteger
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/
H A DPortValidator.java72 public void validate(Object obj) throws InvalidConfigException method in class:PortValidator
74 super.validate(obj);
H A DStringValidator.java67 * its superclass's validate method and then checks additional string
71 public void validate(Object str) throws InvalidConfigException method in class:StringValidator
73 super.validate(str);
H A DValidator.java93 public void validate(Object obj) throws InvalidConfigException method in class:Validator
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DDeleteInstanceFilesystem.java72 final protected void validate() method in class:DeleteInstanceFilesystem
75 super.validate();
H A DCreateNodeAgentCommand.java84 protected void validate() method in class:CreateNodeAgentCommand
101 // XXX - validate lots more...
H A DDeleteLocalInstanceCommand.java104 protected void validate() method in class:DeleteLocalInstanceCommand
107 super.validate();
H A DUninstallNodeBaseCommand.java69 protected void validate() throws CommandException { method in class:UninstallNodeBaseCommand
70 super.validate();
H A DUninstallNodeDcomCommand.java69 protected void validate() throws CommandException { method in class:UninstallNodeDcomCommand
70 super.validate();
H A DUninstallNodeSshCommand.java86 protected void validate() throws CommandException { method in class:UninstallNodeSshCommand
87 super.validate();
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/
H A DTimestampValidator.java47 * validate Timestamp received in messages.
53 * validate given time against current time.
59 void validate(Date created,long maxClockSkew,long freshnessLimit)throws TimeoutException; method in interface:TimestampValidator
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/
H A DDigestRealm.java51 public boolean validate(String username,DigestAlgorithmParameter params[]); method in interface:DigestRealm
/glassfish-3.1.2/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/
H A DPMFResourceManager.java92 public Resource createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate) argument
/glassfish-3.1.2/transaction/jts/src/main/java/org/glassfish/jts/admin/cli/
H A DRecoverTransactionsBase.java72 String validate(String destinationServer, boolean validateAllParams) { method in class:RecoverTransactionsBase
/glassfish-3.1.2/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/
H A DBackupDomainCommand.java85 protected void validate() method in class:BackupDomainCommand
89 super.validate();
H A DChangeMasterPasswordCommandDAS.java76 protected void validate() method in class:ChangeMasterPasswordCommandDAS
85 super.validate();
H A DDeleteDomainCommand.java80 protected void validate() method in class:DeleteDomainCommand
83 super.validate();
H A DListBackupsCommand.java69 protected void validate() method in class:ListBackupsCommand
73 super.validate();
H A DListDomainsCommand.java69 * Override the validate method because super.validate() calls initDomain,
73 protected void validate() method in class:ListDomainsCommand
H A DRestoreDomainCommand.java91 protected void validate() method in class:RestoreDomainCommand
102 super.validate();
H A DVerifyDomainXmlCommand.java78 protected void validate() method in class:VerifyDomainXmlCommand
81 super.validate();
/glassfish-3.1.2/admin/util/src/main/java/org/glassfish/admin/cli/resources/
H A DResourceManager.java77 * @param validate indicate whether config validation is required or not
81 Resource createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate) argument

Completed in 52 milliseconds

123456