A B C D E G H I K M O P R S T U V X

A

acceptsInput(String) - Method in class edu.internet2.middleware.ant.input.XInputOption
 
addConfiguredXoption(XInputOption) - Method in class edu.internet2.middleware.ant.input.XInput
 
addproperty - Variable in class edu.internet2.middleware.ant.input.XInput
 
addProperty - Variable in class edu.internet2.middleware.ant.util.PathToAbsolutePath
Property name to which the file URL is added.
addProperty - Variable in class edu.internet2.middleware.ant.util.PathToUrl
Property name to which the file URL is added.
addProperty - Variable in class edu.internet2.middleware.ant.util.RegexSplit
The name of the property that will receive the split string.
addProperty - Variable in class edu.internet2.middleware.ant.util.StringFromFile
Property name to which the file contents are added.
addText(String) - Method in class edu.internet2.middleware.ant.input.XInput
Set a multiline message.
addText(String) - Method in class edu.internet2.middleware.ant.input.XInputOption
 

B

buildSubjectAltNames() - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Builds the subject alt names for the certificate.

C

caseSensitive - Variable in class edu.internet2.middleware.ant.input.XInput
 
caseSensitive - Variable in class edu.internet2.middleware.ant.input.XInputOption
 
certificateFile - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
File to which the certificate will be written.
certificateLifetime - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Number of years before the self-signed certificate expires.

D

defaultValue - Variable in class edu.internet2.middleware.ant.input.XInput
 
displayName - Variable in class edu.internet2.middleware.ant.input.XInputOption
 
displayName() - Method in class edu.internet2.middleware.ant.input.XInputOption
 
dnsSubjectAltNames - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Optional DNS subject alt names.

E

edu.internet2.middleware.ant.input - package edu.internet2.middleware.ant.input
Utilities for input prompting.
edu.internet2.middleware.ant.pki - package edu.internet2.middleware.ant.pki
Utilities for key/certificate generation.
edu.internet2.middleware.ant.util - package edu.internet2.middleware.ant.util
Utilities for Ant extensions.
eval() - Method in class edu.internet2.middleware.ant.input.XInput
 
execute() - Method in class edu.internet2.middleware.ant.input.XInput
Actual method executed by ant.
execute() - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
execute() - Method in class edu.internet2.middleware.ant.util.PathToAbsolutePath
execute() - Method in class edu.internet2.middleware.ant.util.PathToUrl
execute() - Method in class edu.internet2.middleware.ant.util.RegexSplit
execute() - Method in class edu.internet2.middleware.ant.util.StringFromFile

G

generateCertificate(KeyPair) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Generates the self-signed certificate.
generateKeyPair() - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Generates the key pair for the certificate.
getCaseSensitive() - Method in class edu.internet2.middleware.ant.input.XInput
 
getCaseSensitive() - Method in class edu.internet2.middleware.ant.input.XInputOption
 
getChoices() - Method in class edu.internet2.middleware.ant.input.XMultipleChoiceInputRequest
 
getInput() - Method in class edu.internet2.middleware.ant.input.XInputRequest
Retrieves the user input.
getOptions() - Method in class edu.internet2.middleware.ant.input.XMultipleChoiceInputRequest
 
getPrompt(InputRequest) - Method in class edu.internet2.middleware.ant.input.XInputHandler
 
getPrompt() - Method in class edu.internet2.middleware.ant.input.XInputRequest
Retrieves the prompt text.
getPrompt(InputRequest) - Method in class edu.internet2.middleware.ant.input.XMenuInputHandler
 
getValidArgs() - Method in class edu.internet2.middleware.ant.input.XInputOption
 
getValue() - Method in class edu.internet2.middleware.ant.input.XInputOption
 
getValues() - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate.KeyType

H

hostname - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Hostname that will appear as the certifcate's DN common name component.

I

input - Variable in class edu.internet2.middleware.ant.input.XInputRequest
 
input - Variable in class edu.internet2.middleware.ant.util.RegexSplit
The input string to be split.
input - Variable in class edu.internet2.middleware.ant.util.StringFromFile
The input file.
isDefault - Variable in class edu.internet2.middleware.ant.input.XInputOption
 
isDefault() - Method in class edu.internet2.middleware.ant.input.XInputOption
 
isInputValid() - Method in class edu.internet2.middleware.ant.input.XInputRequest
Is the user input valid?
isInputValid() - Method in class edu.internet2.middleware.ant.input.XMultipleChoiceInputRequest
 

K

keysize - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Size of the generated key.
keystoreFile - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
File to which the keystore will be written.
keystorePassword - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Password for the generated keystore.
keyType - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Type of key to generated.

M

message - Variable in class edu.internet2.middleware.ant.input.XInput
 

O

options - Variable in class edu.internet2.middleware.ant.input.XInput
 
options - Variable in class edu.internet2.middleware.ant.input.XMultipleChoiceInputRequest
 

P

path - Variable in class edu.internet2.middleware.ant.util.PathToAbsolutePath
Path to convert into an absolute path.
path - Variable in class edu.internet2.middleware.ant.util.PathToUrl
Path to convert into a URL.
PathToAbsolutePath - Class in edu.internet2.middleware.ant.util
Converts a filesystem path into an absolute path.
PathToAbsolutePath() - Constructor for class edu.internet2.middleware.ant.util.PathToAbsolutePath
 
PathToUrl - Class in edu.internet2.middleware.ant.util
Converts a filesystem path into a URL.
PathToUrl() - Constructor for class edu.internet2.middleware.ant.util.PathToUrl
 
privateKeyFile - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
File to which the public key will be written.
prompt - Variable in class edu.internet2.middleware.ant.input.XInputRequest
 

R

regex - Variable in class edu.internet2.middleware.ant.util.RegexSplit
The regular expression used to split the input string.
RegexSplit - Class in edu.internet2.middleware.ant.util
A task that splits a string based on a regular expression.
RegexSplit() - Constructor for class edu.internet2.middleware.ant.util.RegexSplit
 

S

SelfSignedCertificate - Class in edu.internet2.middleware.ant.pki
An ant task that generates a self-signed certificate.
SelfSignedCertificate() - Constructor for class edu.internet2.middleware.ant.pki.SelfSignedCertificate
 
SelfSignedCertificate.KeyType - Class in edu.internet2.middleware.ant.pki
Key type enumeration.
SelfSignedCertificate.KeyType() - Constructor for class edu.internet2.middleware.ant.pki.SelfSignedCertificate.KeyType
 
setAddproperty(String) - Method in class edu.internet2.middleware.ant.input.XInput
Defines the name of a property to be created from input.
setAddProperty(String) - Method in class edu.internet2.middleware.ant.util.PathToAbsolutePath
Sets the name of the property that will contain the URL to the file.
setAddProperty(String) - Method in class edu.internet2.middleware.ant.util.PathToUrl
Sets the name of the property that will contain the URL to the file.
setAddProperty(String) - Method in class edu.internet2.middleware.ant.util.RegexSplit
Sets the name of the property that will receive the split string.
setAddProperty(String) - Method in class edu.internet2.middleware.ant.util.StringFromFile
Sets the property name to which the file contents are added.
setCaseSensitive(Boolean) - Method in class edu.internet2.middleware.ant.input.XInput
 
setCasesensitive(boolean) - Method in class edu.internet2.middleware.ant.input.XInputOption
 
setCaseSensitive(Boolean) - Method in class edu.internet2.middleware.ant.input.XInputOption
 
setCertificateFile(File) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the file to which the certificate will be written.
setCertificateLifetime(int) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the number of years for which the certificate will be valid.
setDefaultvalue(String) - Method in class edu.internet2.middleware.ant.input.XInput
Defines the default value of the property to be created from input.
setDnsSubjectAltNames(String) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the optional DNS subject alt names.
setHostName(String) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the hostname that will appear in the certificate's DN.
setInput(String) - Method in class edu.internet2.middleware.ant.input.XInputRequest
Sets the user provided input.
setInput(String) - Method in class edu.internet2.middleware.ant.util.RegexSplit
Sets the input string to be split.
setInput(File) - Method in class edu.internet2.middleware.ant.util.StringFromFile
Sets the file from which the data will be read.
setIsDefault(boolean) - Method in class edu.internet2.middleware.ant.input.XInputOption
 
setKeysize(int) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the size of the generated key.
setKeystoreFile(File) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the file to which the keystore will be written.
setKeystorePassword(String) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the password for the generated keystore.
setKeyType(SelfSignedCertificate.KeyType) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the type of key that will be generated.
setMessage(String) - Method in class edu.internet2.middleware.ant.input.XInput
Sets the Message which gets displayed to the user during the build run.
setPath(String) - Method in class edu.internet2.middleware.ant.util.PathToAbsolutePath
Sets the path that will be converted into a file URL.
setPath(String) - Method in class edu.internet2.middleware.ant.util.PathToUrl
Sets the path that will be converted into a file URL.
setPrivateKeyFile(File) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the file to which the private key will be written.
setRegex(String) - Method in class edu.internet2.middleware.ant.util.RegexSplit
Sets the regular expression used to split the input string.
setType(String) - Method in class edu.internet2.middleware.ant.input.XInput
 
setUriSubjectAltNames(String) - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Sets the optional URI subject alt names.
setValidargs(String) - Method in class edu.internet2.middleware.ant.input.XInput
Defines valid input parameters as comma separated strings.
setValidArgs(String) - Method in class edu.internet2.middleware.ant.input.XInputOption
 
setValue(String) - Method in class edu.internet2.middleware.ant.input.XInputOption
 
StringFromFile - Class in edu.internet2.middleware.ant.util
Ant task that makes the contents of a file available as a property.
StringFromFile() - Constructor for class edu.internet2.middleware.ant.util.StringFromFile
 

T

type - Variable in class edu.internet2.middleware.ant.input.XInput
 

U

uriSubjectAltNames - Variable in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Optional DNS subject alt names.

V

validArgs - Variable in class edu.internet2.middleware.ant.input.XInput
 
validArgs - Variable in class edu.internet2.middleware.ant.input.XInputOption
 
validate() - Method in class edu.internet2.middleware.ant.pki.SelfSignedCertificate
Validates the provided task input.
value - Variable in class edu.internet2.middleware.ant.input.XInput
 
value - Variable in class edu.internet2.middleware.ant.input.XInputOption
 

X

XInput - Class in edu.internet2.middleware.ant.input
Extended version of org.apache.tools.ant.taskdefs.Input
XInput() - Constructor for class edu.internet2.middleware.ant.input.XInput
No arg constructor.
XInputHandler - Class in edu.internet2.middleware.ant.input
Extended version of org.apache.tools.ant.input.DefaultInputHandler.
XInputHandler() - Constructor for class edu.internet2.middleware.ant.input.XInputHandler
 
XInputOption - Class in edu.internet2.middleware.ant.input
 
XInputOption() - Constructor for class edu.internet2.middleware.ant.input.XInputOption
 
XInputOption(String, String, String) - Constructor for class edu.internet2.middleware.ant.input.XInputOption
 
XInputRequest - Class in edu.internet2.middleware.ant.input
Extended version of org.apache.tools.ant.input.InputRequest
XInputRequest(String) - Constructor for class edu.internet2.middleware.ant.input.XInputRequest
 
XMenuInputHandler - Class in edu.internet2.middleware.ant.input
Input handler to display of a multiple choice menu
XMenuInputHandler() - Constructor for class edu.internet2.middleware.ant.input.XMenuInputHandler
 
XMultipleChoiceInputRequest - Class in edu.internet2.middleware.ant.input
 
XMultipleChoiceInputRequest(String, Vector) - Constructor for class edu.internet2.middleware.ant.input.XMultipleChoiceInputRequest
 

A B C D E G H I K M O P R S T U V X

Copyright © 1999-2014. All Rights Reserved.