A B C D E F G H I J K L M N O P Q R S T U V X _

A

ActionException - Exception in org.openptk.exception
 
ActionException(String) - Constructor for exception org.openptk.exception.ActionException
Create a new ActionException, use the provided message.
ActionException(Throwable) - Constructor for exception org.openptk.exception.ActionException
Create a new ActionException, use the provided Exception.
addAttribute(String) - Method in class org.openptk.api.Element
Add an Attribute, name only, with no value.
addAttribute(String, String) - Method in class org.openptk.api.Element
Add an Attribute with the give name and a single String value.
addAttribute(String, String[]) - Method in class org.openptk.api.Element
Add an Attribute with the give name and multiple String values.
addAttribute(String, boolean) - Method in class org.openptk.api.Element
Add an Attribute with the give name and boolean value.
addAttribute(String, Boolean) - Method in class org.openptk.api.Element
Add an Attribute with the give name and Boolean value.
addAttribute(String, Boolean[]) - Method in class org.openptk.api.Element
Add an Attribute with the give name and Boolean value.
addAttribute(String, int) - Method in class org.openptk.api.Element
Add an Attribute with the give name and integer value.
addAttribute(String, Integer) - Method in class org.openptk.api.Element
Add an Attribute with the give name and Integer value.
addAttribute(String, Integer[]) - Method in class org.openptk.api.Element
Add an Attribute with the give name and Integer[] value.
addAttribute(String, long) - Method in class org.openptk.api.Element
Add an Attribute with the give name and Long value.
addAttribute(String, Long) - Method in class org.openptk.api.Element
Add an Attribute with the give name and Long value.
addAttribute(String, Long[]) - Method in class org.openptk.api.Element
Add an Attribute with the give name and Long[] value.
addAttribute(String, Object) - Method in class org.openptk.api.Element
Add an Attribute with the give name and Object value.
addAttribute(AttributeIF) - Method in class org.openptk.api.Element
Add an Attribute, copying an existing Attribute.
addAttribute(String) - Method in interface org.openptk.api.ElementIF
Add an Attribute, name only, with no value.
addAttribute(String, String) - Method in interface org.openptk.api.ElementIF
Add an Attribute with the give name and a single String value.
addAttribute(String, String[]) - Method in interface org.openptk.api.ElementIF
Add an Attribute with the give name and multiple String values.
addAttribute(String, boolean) - Method in interface org.openptk.api.ElementIF
Add an Attribute with the give name and boolean value.
addAttribute(String, Boolean) - Method in interface org.openptk.api.ElementIF
 
addAttribute(String, Boolean[]) - Method in interface org.openptk.api.ElementIF
 
addAttribute(String, int) - Method in interface org.openptk.api.ElementIF
Add an Attribute with the give name and integer value.
addAttribute(String, Integer) - Method in interface org.openptk.api.ElementIF
 
addAttribute(String, Integer[]) - Method in interface org.openptk.api.ElementIF
 
addAttribute(String, long) - Method in interface org.openptk.api.ElementIF
 
addAttribute(String, Long) - Method in interface org.openptk.api.ElementIF
 
addAttribute(String, Long[]) - Method in interface org.openptk.api.ElementIF
 
addAttribute(String, Object) - Method in interface org.openptk.api.ElementIF
Add an Attribute with the give name and Object value.
addAttribute(AttributeIF) - Method in interface org.openptk.api.ElementIF
Add an Attribute, copying an existing Attribute.
addAttributes(List<String>) - Method in class org.openptk.api.Element
Add multiple Attributes, with no value, one for each String.
addAttributes(List<String>) - Method in interface org.openptk.api.ElementIF
Add multiple Attributes, with no value, one for each String.
addChild(StructureIF) - Method in class org.openptk.structure.Structure
Adds the provided Structure as a Child.
addChild(StructureIF) - Method in interface org.openptk.structure.StructureIF
Adds the provided Structure as a Child.
addConsole() - Method in interface org.openptk.logging.LoggingIF
 
addConsole() - Method in class org.openptk.logging.SysoutLogger
 
addFile(String) - Method in class org.openptk.logging.AtomicLogger
 
addFile(String) - Method in interface org.openptk.logging.LoggingIF
 
addFile(String) - Method in class org.openptk.logging.SysoutLogger
 
addQuery(Query) - Method in class org.openptk.api.Query
Adds another Query (as a sub-query), making the Query complex.
addResult(ElementIF) - Method in class org.openptk.api.Output
Add a Result, (ElementIF object) to the Output.
addValue(String) - Method in class org.openptk.structure.Structure
Add String to the Structure value.
addValue(Boolean) - Method in class org.openptk.structure.Structure
Add Boolean to the Structure value.
addValue(boolean) - Method in class org.openptk.structure.Structure
Add boolean to the Structure value.
addValue(Integer) - Method in class org.openptk.structure.Structure
Add Integer to the Structure value.
addValue(int) - Method in class org.openptk.structure.Structure
Add integer to the Structure value.
addValue(Long) - Method in class org.openptk.structure.Structure
Add Long to the Structure value.
addValue(long) - Method in class org.openptk.structure.Structure
Add long to the Structure value.
addValue(Object) - Method in class org.openptk.structure.Structure
Add Object to the Structure value.
addValue(String) - Method in interface org.openptk.structure.StructureIF
Add String to the Structure's value.
addValue(Boolean) - Method in interface org.openptk.structure.StructureIF
Add Boolean to the Structure's value.
addValue(boolean) - Method in interface org.openptk.structure.StructureIF
Add boolean to the Structure's value.
addValue(Integer) - Method in interface org.openptk.structure.StructureIF
Add Integer to the Structure's value.
addValue(int) - Method in interface org.openptk.structure.StructureIF
Add integer to the Structure's value.
addValue(Long) - Method in interface org.openptk.structure.StructureIF
Add Long to the Structure value.
addValue(long) - Method in interface org.openptk.structure.StructureIF
Add long to the Structure value.
addValue(Object) - Method in interface org.openptk.structure.StructureIF
Add Object to the Structure's value.
AESCrypto - Class in org.openptk.crypto
 
AESCrypto() - Constructor for class org.openptk.crypto.AESCrypto
 
ALGORITHM_DEFAULT - Static variable in class org.openptk.util.Digest
 
ALGORITHM_PREFIXS - Static variable in class org.openptk.util.Digest
 
ALGORITHM_SHA - Static variable in class org.openptk.util.Digest
 
allowMultivalue() - Method in class org.openptk.api.Attribute
Return TRUE if the Attribute allows multivalues.
allowMultivalue() - Method in interface org.openptk.api.AttributeIF
Return TRUE if the Attribute allows multivalues.
ALPHA_NUM - Static variable in class org.openptk.util.StringUtil
 
ALPHA_NUM_SPACE - Static variable in class org.openptk.util.StringUtil
 
arrayToString(String[]) - Static method in class org.openptk.util.StringUtil
Converts the String Array to a String.
AtomicLogger - Class in org.openptk.logging
 
AtomicLogger(String) - Constructor for class org.openptk.logging.AtomicLogger
AtomicLogger - Create a new simple logger with a file to be written to.
Attribute - Class in org.openptk.api
The Attribute is used to store a related name / value and meta-data.
Attribute(AttributeIF) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute from an existing Attribute.
Attribute(String) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, Object) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name and value.
Attribute(String, Object[]) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name and value.
Attribute(String, boolean) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, boolean[]) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, Boolean) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, Boolean[]) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, int) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, int[]) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, Integer) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, Integer[]) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, Long) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, Long[]) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, String) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
Attribute(String, String[]) - Constructor for class org.openptk.api.Attribute
Creates a new Attribute using the provided name.
AttributeIF - Interface in org.openptk.api
 
AttributeIF.Access - Enum in org.openptk.api
 
AuthenticationException - Exception in org.openptk.exception
Security Authentication related Exceptions.
AuthenticationException(String) - Constructor for exception org.openptk.exception.AuthenticationException
Create a new AuthenticationException, use the provided message.
AuthenticationException(Throwable) - Constructor for exception org.openptk.exception.AuthenticationException
Create a new AuthenticationException, use the provided Exception.
AuthorizationException - Exception in org.openptk.exception
Security Authorization related Exceptions.
AuthorizationException(String) - Constructor for exception org.openptk.exception.AuthorizationException
Create a new AuthorizationException, use the provided message.
AuthorizationException(Throwable) - Constructor for exception org.openptk.exception.AuthorizationException
Create a new AuthorizationException, use the provided Exception.

B

BASIC_JDBC - Static variable in class org.openptk.util.StringUtil
 
BASIC_WEB - Static variable in class org.openptk.util.StringUtil
 
BasicService - Class in org.openptk.spi
 
BasicService() - Constructor for class org.openptk.spi.BasicService
 
BasicStructure - Class in org.openptk.structure
 
BasicStructure(String) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name.
BasicStructure(String, String) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and value.
BasicStructure(String, List<String>) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and List of values.
BasicStructure(String, String[]) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and Array of values.
BasicStructure(String, int) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and value.
BasicStructure(String, Integer) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and value.
BasicStructure(String, Integer[]) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and array of values.
BasicStructure(String, Long) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and value.
BasicStructure(String, Long[]) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and array of values.
BasicStructure(String, boolean) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and value.
BasicStructure(String, Boolean) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and value.
BasicStructure(String, Boolean[]) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and array of values.
BasicStructure(String, Object) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and value.
BasicStructure(String, Object[]) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provided name and array of values.
BasicStructure(String, StructureIF) - Constructor for class org.openptk.structure.BasicStructure
Create a new BasicStructure using the provide name and child Strucuture.
build(Input, StructureIF) - Static method in class org.openptk.api.Input
Populates the Input with Attributes from the StructureIF data.
build(String) - Method in class org.openptk.api.QueryBuilder
 
build(String) - Method in interface org.openptk.api.QueryBuilderIF
 

C

CASE_BOTH - Static variable in class org.openptk.util.RandomData
 
CASE_LOWER - Static variable in class org.openptk.util.RandomData
 
CASE_UPPER - Static variable in class org.openptk.util.RandomData
 
checkException(Exception, StringBuilder) - Method in class org.openptk.spi.operations.Operations
 
checkNullPointer(String) - Method in class org.openptk.spi.Service
 
checkPasswordAttribute(RequestIF) - Method in class org.openptk.spi.operations.Operations
 
CLASS_NAME - Variable in class org.openptk.api.Query
 
CLASSNAME_CONNECTION - Static variable in interface org.openptk.connection.SetupIF
 
CLASSNAME_CONVERTER - Static variable in interface org.openptk.connection.SetupIF
 
clean(String, String) - Static method in class org.openptk.util.StringUtil
Clean the "input" String so that is only contains the characters specified.
CLIENTCRED - Static variable in interface org.openptk.api.Constants
 
CLIENTID - Static variable in interface org.openptk.api.Constants
 
clone() - Method in class org.openptk.crypto.Encryptor
 
clone() - Method in class org.openptk.logging.Logger
Since this is a singleton class, ensure that it cannot be cloned by overridding the Object.clone() method, instead throwing a CloneNotSupportedException.
close() - Method in class org.openptk.connection.Connection
Close the open connection.
close() - Method in interface org.openptk.connection.ConnectionIF
Close the connection to the Server.
close() - Method in class org.openptk.connection.jersey.JerseyConnection
Close the open connection.
close() - Method in class org.openptk.logging.AtomicLogger
 
close() - Method in interface org.openptk.logging.LoggingIF
 
close() - Method in class org.openptk.logging.SysoutLogger
 
CONFIG - Static variable in class org.openptk.crypto.Encryptor
 
ConfigurationException - Exception in org.openptk.exception
Provision Framework Configuration related Exceptions.
ConfigurationException(String) - Constructor for exception org.openptk.exception.ConfigurationException
Create a new ConfigurationException, use the provided message.
ConfigurationException(Throwable) - Constructor for exception org.openptk.exception.ConfigurationException
Create a new ConfigurationException, use the provided Exception.
Connection - Class in org.openptk.connection
 
Connection(Properties) - Constructor for class org.openptk.connection.Connection
Create a new instance.
CONNECTION_MODE_SESSIONID - Static variable in interface org.openptk.connection.SetupIF
 
CONNECTION_MODE_TOKEN - Static variable in interface org.openptk.connection.SetupIF
 
CONNECTION_MODE_USERPASS - Static variable in interface org.openptk.connection.SetupIF
 
ConnectionException - Exception in org.openptk.exception
Provision Framework Operation related Exceptions.
ConnectionException(String) - Constructor for exception org.openptk.exception.ConnectionException
Create a new OperationException, use the provided message.
ConnectionException(Throwable) - Constructor for exception org.openptk.exception.ConnectionException
Create a new OperationException, use the provided Exception.
ConnectionIF - Interface in org.openptk.connection
 
ConnectionIF.Session - Enum in org.openptk.connection
 
Constants - Interface in org.openptk.api
 
convert() - Method in class org.openptk.spi.QueryConverter
 
convert() - Method in interface org.openptk.spi.QueryConverterIF
 
Converter - Class in org.openptk.structure
The abstract base class for a Converter.
Converter(ConverterType) - Constructor for class org.openptk.structure.Converter
Create a new Converter, set specified Type.
ConverterException - Exception in org.openptk.exception
Provision Framework Operation related Exceptions.
ConverterException(String) - Constructor for exception org.openptk.exception.ConverterException
Create a new ConverterException, use the provided message.
ConverterException(Throwable) - Constructor for exception org.openptk.exception.ConverterException
Create a new ConverterException, use the provided Exception.
ConverterIF - Interface in org.openptk.structure
This interface defines the methods used to implement the following features: Convert a StructureIF, containing heirarchical data, into a specific String representation of the data(encode) Convert a specific String representation of data into a StrucureIF, containing heirarchical data (decode).
ConverterTest - Class in org.openptk.structure
 
ConverterTest() - Constructor for class org.openptk.structure.ConverterTest
 
ConverterType - Enum in org.openptk.structure
Enumeration of valid Converter types.
copy() - Method in class org.openptk.api.Attribute
Returns a "deep" copy of the Attribute.
copy() - Method in interface org.openptk.api.AttributeIF
Returns a copy of the instance.
copy() - Method in class org.openptk.api.Element
Creates a "deep" copy of the Element.
copy() - Method in interface org.openptk.api.ElementIF
Returns a copy of the Element.
copy() - Method in class org.openptk.api.Input
Creates a "deep" copy of the Input.
copy() - Method in class org.openptk.api.Output
Creates a "deep" copy of the Output.
copy() - Method in class org.openptk.api.Query
Creates a copy of the Query.
Crypto - Class in org.openptk.crypto
Abstract class that implements the CryptoIF interface Provides foundation "common" methods.
Crypto() - Constructor for class org.openptk.crypto.Crypto
initialize the _encoder and _decoder.
CryptoException - Exception in org.openptk.exception
Provision Framework Operation related Exceptions.
CryptoException(String) - Constructor for exception org.openptk.exception.CryptoException
Create a new OperationException, use the provided message.
CryptoException(Throwable) - Constructor for exception org.openptk.exception.CryptoException
Create a new OperationException, use the provided Exception.
CryptoIF - Interface in org.openptk.crypto
 

D

DataType - Enum in org.openptk.api
 
debug(String) - Method in class org.openptk.connection.Connection
 
decode(String) - Method in class org.openptk.connection.Connection
Convert the "encoded" string to a StructureIF object.
decode(String) - Method in class org.openptk.structure.Converter
Convert the String of encoded data into a StructureIF object.
decode(String) - Method in interface org.openptk.structure.ConverterIF
Convert the String of encoded data into a StructureIF object.
decode(String) - Method in class org.openptk.structure.JsonConverter
Convert the JSON syntax (String) into StructureIF data.
decode(String) - Method in class org.openptk.structure.XmlConverter
Convert the XML syntax (String) into StructureIF data.
decrypt(String) - Method in class org.openptk.crypto.Crypto
 
decrypt(String) - Method in interface org.openptk.crypto.CryptoIF
 
decrypt(String, String) - Static method in class org.openptk.crypto.Encryptor
decrypt - decrypt a string using the Encryptor
decrypt(String) - Static method in class org.openptk.crypto.Encryptor
 
DEF_TIMEOUT - Static variable in class org.openptk.spi.Service
 
DEFAULT - Static variable in class org.openptk.crypto.Encryptor
 
DEFAULT - Static variable in class org.openptk.logging.Logger
 
DEFAULT_CASE - Static variable in class org.openptk.util.RandomData
 
DEFAULT_SEARCH_ATTR - Static variable in interface org.openptk.api.QueryBuilderIF
 
DEFAULT_SIZE - Static variable in class org.openptk.util.RandomData
 
DEFAULT_TYPE - Static variable in class org.openptk.util.RandomData
 
DESCrypto - Class in org.openptk.crypto
 
DESCrypto() - Constructor for class org.openptk.crypto.DESCrypto
Creates a CryptoIF instance using the PBEWithMD5AndDES cipher with a pre-defined pass phrase.
DESCrypto(String) - Constructor for class org.openptk.crypto.DESCrypto
Creates a CryptoIF instance using the PBEWithMD5AndDES cipher.
Digest - Class in org.openptk.util
Generates a digest (SHA) from a String or byte[].
doCreate(Input) - Method in class org.openptk.connection.Connection
Execute CREATE operation.
doCreate(Input) - Method in class org.openptk.connection.jersey.JerseyConnection
Execute CREATE operation.
doDelete(Input) - Method in class org.openptk.connection.Connection
Execute DELETE operation.
doDelete(Input) - Method in class org.openptk.connection.jersey.JerseyConnection
Execute DELETE operation.
doPasswordForgot(RequestIF, ResponseIF) - Method in class org.openptk.spi.operations.Operations
 
doPwdChange(Input) - Method in class org.openptk.connection.Connection
Execute PWDCHANGE operation.
doPwdChange(Input) - Method in class org.openptk.connection.jersey.JerseyConnection
Execute PWDCHANGE operation.
doPwdForgot(Input) - Method in class org.openptk.connection.Connection
Execute PWDFORGOT operation.
doPwdForgot(Input) - Method in class org.openptk.connection.jersey.JerseyConnection
Execute PWDFORGOT operation.
doPwdReset(Input) - Method in class org.openptk.connection.Connection
Execute PWDRESET operation.
doPwdReset(Input) - Method in class org.openptk.connection.jersey.JerseyConnection
Execute PWDRESET operation.
doRead(Input) - Method in class org.openptk.connection.Connection
Execute READ operation.
doRead(Input) - Method in class org.openptk.connection.jersey.JerseyConnection
Execute READ operation.
doSearch(Input) - Method in class org.openptk.connection.Connection
Execute SEARCH operation.
doSearch(Input) - Method in class org.openptk.connection.jersey.JerseyConnection
Execute SEARCH operation.
doUpdate(Input) - Method in class org.openptk.connection.Connection
Execute UPDATE operation.
doUpdate(Input) - Method in class org.openptk.connection.jersey.JerseyConnection
Execute UPDATE operation.

E

Element - Class in org.openptk.api
An Element is a foundation class that holds Properties and Attributes.
Element() - Constructor for class org.openptk.api.Element
Creates an empty element, The state is set to NEW.
Element(ElementIF) - Constructor for class org.openptk.api.Element
Create an Element using the provided element.
ElementIF - Interface in org.openptk.api
The ElementIF interface is used by many classes within the package.
encode(StructureIF) - Method in class org.openptk.connection.Connection
Convert the StructureIF object to an "encoded" string.
encode(StructureIF) - Method in class org.openptk.structure.Converter
Convert the Structure into a formated String.
encode(StructureIF) - Method in interface org.openptk.structure.ConverterIF
Convert the Structure into a formated String.
encode(StructureIF) - Method in class org.openptk.structure.HtmlConverter
Convert the Structure data into a HTML formated String.
encode(StructureIF) - Method in class org.openptk.structure.JsonConverter
Convert the Structure data into a JSON (syntax) String.
encode(StructureIF) - Method in class org.openptk.structure.PlainConverter
Convert the Structure data into a Plain Text formated String.
encode(StructureIF) - Method in class org.openptk.structure.XmlConverter
Convert the Structure data into a XML (syntax) String.
encrypt(String) - Method in class org.openptk.connection.Connection
Encrypt the provided String.
encrypt(String) - Method in class org.openptk.crypto.Crypto
 
encrypt(String) - Method in interface org.openptk.crypto.CryptoIF
 
encrypt(String, String) - Static method in class org.openptk.crypto.Encryptor
 
encrypt(String) - Static method in class org.openptk.crypto.Encryptor
 
Encryptor - Class in org.openptk.crypto
 
EngineException - Exception in org.openptk.exception
 
EngineException(String) - Constructor for exception org.openptk.exception.EngineException
Create a new EngineException, use the provided message.
EngineException(Throwable) - Constructor for exception org.openptk.exception.EngineException
Create a new EngineException, use the provided Exception.
execute(Opcode, Input) - Method in class org.openptk.connection.Connection
Execute the operation (Opcode) on the Server.
execute(Opcode, Input) - Method in interface org.openptk.connection.ConnectionIF
Execute the operation (Opcode) on the Server.
execute(StructureIF) - Method in class org.openptk.plugin.Plugin
 
execute(StructureIF) - Method in interface org.openptk.plugin.PluginIF
 
execute(RequestIF, ResponseIF) - Method in class org.openptk.spi.operations.LoopbackOperations
 
execute(RequestIF, ResponseIF) - Method in class org.openptk.spi.operations.Operations
 
execute(RequestIF, ResponseIF) - Method in interface org.openptk.spi.operations.OperationsIF
 
execute(RequestIF) - Method in class org.openptk.spi.RestartService
 
execute(RequestIF) - Method in class org.openptk.spi.Service
 
execute(RequestIF) - Method in interface org.openptk.spi.ServiceIF
 

F

findProperty(RequestIF, String) - Method in class org.openptk.spi.operations.Operations
 
finialize() - Method in class org.openptk.logging.SysoutLogger
 
format(LogRecord) - Method in class org.openptk.logging.OpenPTKLogFormatter
 
FunctionException - Exception in org.openptk.exception
Provision Framework Function related Exceptions.
FunctionException(String) - Constructor for exception org.openptk.exception.FunctionException
Create a new FunctionException, use the provided message.
FunctionException(Throwable) - Constructor for exception org.openptk.exception.FunctionException
Create a new FunctionException, use the provided Exception.

G

generate(byte[]) - Static method in class org.openptk.util.Digest
Generate a digest (String) from the byte[].
generate(String) - Static method in class org.openptk.util.Digest
Generate a digest (String) from the String.
getAccess() - Method in class org.openptk.api.Attribute
Get the Attributes Access level.
getAccess() - Method in interface org.openptk.api.AttributeIF
Get the Attributes Access level.
getAccess() - Method in class org.openptk.api.Input
Get the Input's access level.
getAccessAsString() - Method in class org.openptk.api.Attribute
Get the String representation of the Attributes Access level.
getAccessAsString() - Method in interface org.openptk.api.AttributeIF
Get the String representation of the Attributes Access level.
getAccessAsString() - Method in class org.openptk.api.Input
Get the Input's access level, string representation.
getArrayFromList(List<String>) - Method in class org.openptk.spi.operations.Operations
 
getAssociation(Operation) - Method in class org.openptk.spi.Service
 
getAssociation(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getAssociations() - Method in class org.openptk.spi.Service
 
getAttrGroup(Operation) - Method in class org.openptk.spi.Service
 
getAttrGroup(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getAttrGroups() - Method in class org.openptk.spi.Service
 
getAttribute(String) - Method in class org.openptk.api.Element
Get the named Attribute.
getAttribute(String) - Method in interface org.openptk.api.ElementIF
Get the named Attribute.
getAttributeNames() - Method in class org.openptk.api.Element
Gets all the Attribute names.
getAttributeNames() - Method in interface org.openptk.api.ElementIF
Gets all the Attribute names.
getAttributes() - Method in class org.openptk.api.Element
Get all of the Attributes as a Properties object.
getAttributes() - Method in interface org.openptk.api.ElementIF
Get all of the Attributes as a Properties object.
getAttributesSize() - Method in class org.openptk.api.Element
Get the number of Attributes.
getAttributesSize() - Method in interface org.openptk.api.ElementIF
Get the number of Attributes.
getAttrValueAsStringArray(AttrIF) - Method in class org.openptk.spi.operations.Operations
 
getCheckProp(String) - Method in class org.openptk.spi.operations.Operations
 
getChild(String) - Method in class org.openptk.structure.Structure
Returns the specified Child Structure.
getChild(String) - Method in interface org.openptk.structure.StructureIF
Returns the specified Child Structure.
getChildren(String) - Method in class org.openptk.structure.Structure
Returns a List (of Children) that match the provided name.
getChildren() - Method in class org.openptk.structure.Structure
Returns all Child Structures as a List.
getChildren(String) - Method in interface org.openptk.structure.StructureIF
Returns a List (of Children) that match the provided name.
getChildren() - Method in interface org.openptk.structure.StructureIF
Returns all Child Structures as a List.
getChildrenAsArray(String) - Method in class org.openptk.structure.Structure
Returns an Structure array (of Children) that match the provided name.
getChildrenAsArray() - Method in class org.openptk.structure.Structure
Returns all Child Structures as an Array.
getChildrenAsArray(String) - Method in interface org.openptk.structure.StructureIF
Returns an Structure array (of Children) that match the provided name.
getChildrenAsArray() - Method in interface org.openptk.structure.StructureIF
Returns all Child Structures as an Array.
getChildrenIds() - Method in class org.openptk.structure.Structure
Returns a String Array containing the Childrens id (name).
getChildrenIds() - Method in interface org.openptk.structure.StructureIF
Returns a String Array containing the Childrens id (name).
getConnection() - Method in class org.openptk.connection.Setup
Returns a connection, no user name, no user password.
getConnection(String) - Method in class org.openptk.connection.Setup
Returns a connection, only token
getConnection(String, String) - Method in class org.openptk.connection.Setup
Returns a connection, authenticates with user name and user password.
getConnection() - Method in interface org.openptk.connection.SetupIF
Get a connection to the Server anonymously.
getConnection(String) - Method in interface org.openptk.connection.SetupIF
Get a connection to the Server, using end-user id.
getConnection(String, String) - Method in interface org.openptk.connection.SetupIF
Get a connection to the Server, using end-user name and password.
getContext() - Method in class org.openptk.spi.Service
 
getContext() - Method in interface org.openptk.spi.ServiceIF
 
getContextId() - Method in class org.openptk.connection.Connection
Gets the id of the current Context.
getContextId() - Method in interface org.openptk.connection.ConnectionIF
Get the "current" Context Id.
getContextIds() - Method in class org.openptk.connection.Connection
Get all of the available Context Ids.
getContextIds() - Method in interface org.openptk.connection.ConnectionIF
Get all of the available Context Ids.
getCrypto(String) - Static method in class org.openptk.crypto.Encryptor
 
getCrypto() - Static method in class org.openptk.crypto.Encryptor
 
getDescription() - Method in class org.openptk.api.Element
Get the Description a generic value that can be defined by the application.
getDescription() - Method in interface org.openptk.api.ElementIF
Get the Description a generic value that can be defined by the application.
getFw2SrvcNames(Operation) - Method in class org.openptk.spi.Service
 
getFw2SrvcNames(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getFwName(Operation, String) - Method in class org.openptk.spi.Service
 
getFwName(Operation, String) - Method in interface org.openptk.spi.ServiceIF
 
getId() - Method in class org.openptk.crypto.Crypto
 
getId() - Method in interface org.openptk.crypto.CryptoIF
 
getId() - Method in interface org.openptk.logging.LoggingIF
 
getId() - Method in class org.openptk.logging.SysoutLogger
 
getImplementations() - Static method in class org.openptk.crypto.Crypto
 
getKey() - Method in class org.openptk.api.Element
Gets the name of the attribute which is defined as the unique primary key.
getKey() - Method in interface org.openptk.api.ElementIF
Gets the name of the attribute which is defined as the unique primary key.
getKey(Operation) - Method in class org.openptk.spi.Service
 
getKey(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getLogger(String) - Static method in class org.openptk.logging.Logger
Getter for the logger instance
getLogger() - Static method in class org.openptk.logging.Logger
Getter for the Logger instance
getName() - Method in class org.openptk.api.Attribute
Get the Attributes name.
getName() - Method in interface org.openptk.api.AttributeIF
Get the Attributes name.
getName() - Method in class org.openptk.api.Query
Get the attribute name (Framework Name) from the Query.
getName() - Method in class org.openptk.structure.Structure
Get the Structure name.
getName() - Method in interface org.openptk.structure.StructureIF
Get the Structure's name.
getOperation(Operation) - Method in class org.openptk.spi.Service
 
getOperation(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getOperations() - Method in class org.openptk.spi.Service
 
getOperations() - Method in interface org.openptk.spi.ServiceIF
 
getOperAttr(Operation) - Method in class org.openptk.spi.Service
 
getOperAttr(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getOperProps(Operation) - Method in class org.openptk.spi.Service
 
getOperProps(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getParent() - Method in class org.openptk.structure.Structure
Returns the Structure Parent (if it is a Child).
getParent() - Method in interface org.openptk.structure.StructureIF
Returns the Structure's Parent (if it is a Child).
getPasswordAttribute(RequestIF) - Method in class org.openptk.spi.operations.Operations
 
getPasswordResult(ResponseIF) - Method in class org.openptk.spi.operations.Operations
 
getProperties() - Method in class org.openptk.api.Attribute
Returns the Properties for the Attribute.
getProperties() - Method in interface org.openptk.api.AttributeIF
Returns the Properties for the Attribute.
getProperties() - Method in class org.openptk.api.Element
Get all of the Properties.
getProperties() - Method in interface org.openptk.api.ElementIF
Get all of the Properties.
getPropertiesSize() - Method in class org.openptk.api.Attribute
Returns the quantity of Properties.
getPropertiesSize() - Method in interface org.openptk.api.AttributeIF
Returns the quantity of Properties.
getPropertiesSize() - Method in class org.openptk.api.Element
Get the number Property key/value pairs.
getPropertiesSize() - Method in interface org.openptk.api.ElementIF
Get the number Property key/value pairs.
getProperty(String) - Method in class org.openptk.api.Attribute
Get the Property value from the Attribute.
getProperty(String) - Method in interface org.openptk.api.AttributeIF
Get the Property value from the Attribute.
getProperty(String) - Method in class org.openptk.api.Element
Get a property value.
getProperty(String) - Method in interface org.openptk.api.ElementIF
Get a property value.
getQuery() - Method in class org.openptk.api.Input
Get the Input's Query.
getQuery() - Method in class org.openptk.spi.QueryConverter
 
getQuery() - Method in interface org.openptk.spi.QueryConverterIF
 
getQuery(Operation) - Method in class org.openptk.spi.Service
 
getQuery(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getQueryList() - Method in class org.openptk.api.Query
Gets a List of the sub-Queries, if the Query is complex the List will contain two or more Queries.
getResults() - Method in class org.openptk.api.Output
Get the List of Results A List of ElementIF objects will be returned.
getResultsSize() - Method in class org.openptk.api.Output
Get the size (number) of the results.
getService() - Method in class org.openptk.spi.operations.Operations
 
getService() - Method in interface org.openptk.spi.operations.OperationsIF
 
getServiceName() - Method in class org.openptk.api.Query
Get the Service attribute name, as known by the Service, from the Query This method is not to be used by OpenPTK applications.
getServiceNames(RequestIF) - Method in class org.openptk.spi.operations.Operations
 
getSessionData(ConnectionIF.Session) - Method in class org.openptk.connection.Connection
Get the String representing a Session data item.
getSessionData(ConnectionIF.Session) - Method in interface org.openptk.connection.ConnectionIF
Get the String representing a Session data item.
getSessionData(ConnectionIF.Session) - Method in class org.openptk.connection.jersey.JerseyConnection
Get the String representing a Session data item.
getSessionId() - Method in class org.openptk.connection.Connection
Get the Session Id.
getSortAttributes() - Method in class org.openptk.spi.Service
 
getSortAttributes() - Method in interface org.openptk.spi.ServiceIF
 
getSrvc2FwNames(Operation) - Method in class org.openptk.spi.Service
 
getSrvc2FwNames(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getSrvcName(Operation, String) - Method in class org.openptk.spi.Service
 
getSrvcName(Operation, String) - Method in interface org.openptk.spi.ServiceIF
 
getState() - Method in class org.openptk.api.Attribute
Get the Attributes State.
getState() - Method in interface org.openptk.api.AttributeIF
Get the Attributes State.
getState() - Method in class org.openptk.api.Element
Returns the Element's State.
getState() - Method in interface org.openptk.api.ElementIF
Get the state.
getState() - Method in class org.openptk.structure.Structure
Get the Structure's State.
getState() - Method in interface org.openptk.structure.StructureIF
Get the Structure's State.
getStateAsString() - Method in class org.openptk.api.Element
Get the String representation for the current state.
getStateAsString() - Method in interface org.openptk.api.ElementIF
Get the String representation for the current state.
getStatus() - Method in class org.openptk.api.Element
Get the status
a general purpose piece of information that can store arbitrary information, typically used to store application status information.
getStatus() - Method in interface org.openptk.api.ElementIF
Get the status
a general purpose piece of information that can store arbitrary information, typically used to store application status information.
getString(int) - Static method in class org.openptk.util.RandomData
Generate a random String of the specified length.
getString(Properties) - Static method in class org.openptk.util.RandomData
Generate a random String based on the specified Properties.
getStructInfo(String) - Method in class org.openptk.structure.Converter
Get Structure Information using provided Id.
getStructInfo(String) - Method in interface org.openptk.structure.ConverterIF
Get Structure Information using provided Id.
getStructInfoIds() - Method in class org.openptk.structure.Converter
Return Array of Structure Information Ids.
getStructInfoIds() - Method in interface org.openptk.structure.ConverterIF
Return Array of Structure Information Ids.
getStructProperty(String, String) - Method in class org.openptk.structure.Converter
Get a property value from Structure Information.
getStructureFromAttribute(AttributeIF) - Method in class org.openptk.connection.Connection
Create a StructureIF object from the AttributeIF object.
getStructureFromInput(Opcode, Input) - Method in class org.openptk.connection.Connection
Create a StructureIF object from the Input object.
getTimeout(Operation) - Method in class org.openptk.spi.Service
 
getTimeout(Operation) - Method in interface org.openptk.spi.ServiceIF
 
getType() - Method in class org.openptk.api.Attribute
Get the Attributes type.
getType() - Method in interface org.openptk.api.AttributeIF
Get the Attributes type.
getType() - Method in class org.openptk.api.Query
Get the Query Type.
getType() - Method in class org.openptk.spi.operations.Operations
 
getType() - Method in interface org.openptk.spi.operations.OperationsIF
 
getType() - Method in class org.openptk.structure.Converter
Return the Converter's Type.
getType() - Method in interface org.openptk.structure.ConverterIF
Return the Converter's Type.
getTypeAsString() - Method in class org.openptk.api.Attribute
Get the Attributes type, as a String.
getTypeAsString() - Method in interface org.openptk.api.AttributeIF
Get the Attributes type, as a String.
getTypeAsString() - Method in class org.openptk.api.Query
Get the String representation of the type.
getTypeAsString() - Method in class org.openptk.spi.operations.Operations
 
getTypeAsString() - Method in interface org.openptk.spi.operations.OperationsIF
 
getUniqueId() - Method in class org.openptk.api.Element
Get the Unique ID, a generic identifier.
getUniqueId() - Method in interface org.openptk.api.ElementIF
Get the Unique ID, a generic identifier.
getUniqueId() - Static method in class org.openptk.util.UniqueId
 
getUniqueIdType() - Method in class org.openptk.api.Element
Get the Unique ID data type
getUniqueIdType() - Method in interface org.openptk.api.ElementIF
 
getUniqueIdValueFromRequest(RequestIF) - Method in class org.openptk.spi.operations.Operations
 
getUseNamespace() - Method in class org.openptk.api.Query
Get the value [ true | false ] of the flag which determines if the "namespace" feature should be used with the toXML() method.
getValue() - Method in class org.openptk.api.Attribute
Get the Attributes value.
getValue() - Method in interface org.openptk.api.AttributeIF
Get the Attributes value.
getValue() - Method in class org.openptk.api.Query
Get the attribute value.
getValue(String) - Method in class org.openptk.spi.operations.Operations
 
getValue() - Method in class org.openptk.structure.Structure
Returns the value (if single valued) or the first value (is multi valued) If there is no value, null will be returned.
getValue() - Method in interface org.openptk.structure.StructureIF
Returns the value (if single valued) or the first value (is multi valued) If there is no value, null will be returned.
getValueAsString() - Method in class org.openptk.api.Attribute
Get the attributes value as a String, regardless of it's internal type.
getValueAsString() - Method in interface org.openptk.api.AttributeIF
Get the attributes value as a String, regardless of it's internal type.
getValueAsString() - Method in class org.openptk.structure.Structure
Returns a String representation of the (first) value.
getValueAsString() - Method in interface org.openptk.structure.StructureIF
Returns a String representation of the (first) value.
getValues() - Method in class org.openptk.structure.Structure
Returns the List of values (Object).
getValues() - Method in interface org.openptk.structure.StructureIF
Returns the List of values (Object).
getValuesAsArray() - Method in class org.openptk.structure.Structure
Returns an Array of values (Object).
getValuesAsArray() - Method in interface org.openptk.structure.StructureIF
Returns an Array of values (Object).
getValuesAsString() - Method in class org.openptk.structure.Structure
Returns a String representation of all (List) the values.
getValuesAsString() - Method in interface org.openptk.structure.StructureIF
Returns a String representation of all (List) the values.
getValueType() - Method in class org.openptk.structure.Structure
Returns the Structure Type.
getValueType() - Method in interface org.openptk.structure.StructureIF
Returns the Structure's Type.
GOTO - Static variable in interface org.openptk.api.Constants
 
GT - Static variable in class org.openptk.structure.Converter
 
GTE - Static variable in class org.openptk.structure.Converter
 

H

handleError(String) - Method in class org.openptk.connection.Connection
Handle an error condition.
handleError(String) - Method in class org.openptk.plugin.Plugin
 
handleError(String) - Method in class org.openptk.spi.operations.Operations
 
handleError(String) - Method in class org.openptk.spi.Service
 
handleError(String) - Method in class org.openptk.structure.Converter
Standard error handling method.
hasChild(String) - Method in class org.openptk.structure.Structure
Returns TRUE if a Child exists with the specified name.
hasChild(String) - Method in interface org.openptk.structure.StructureIF
Returns TRUE if a Child exists with the specified name.
hasChildren() - Method in class org.openptk.structure.Structure
Returns TRUE if the Structure contains one or more Children.
hasChildren() - Method in interface org.openptk.structure.StructureIF
Returns TRUE if the Structure contains one or more Children.
hasOperation(Operation) - Method in class org.openptk.spi.Service
 
hasOperation(String) - Method in class org.openptk.spi.Service
 
hasOperation(Operation) - Method in interface org.openptk.spi.ServiceIF
 
hasOperation(String) - Method in interface org.openptk.spi.ServiceIF
 
hasSessionChanged() - Method in class org.openptk.connection.Connection
Has the Session changed from the initial connection.
hasSessionChanged() - Method in interface org.openptk.connection.ConnectionIF
Has the Session changed from the initial connection.
HtmlConverter - Class in org.openptk.structure
This class supports the conversion of StructureIF data TO HTML.
HtmlConverter() - Constructor for class org.openptk.structure.HtmlConverter
Creates a new HtmlConvert object.

I

Input - Class in org.openptk.api
The Input object is used "transport" data when an Operation is executed.
Input() - Constructor for class org.openptk.api.Input
Creates a new Input oblect.
Input(Input) - Constructor for class org.openptk.api.Input
Create a new Input that is a copy of the specified Input.
isDebug() - Method in class org.openptk.connection.Connection
Get the debug flag.
isDebug() - Method in interface org.openptk.connection.ConnectionIF
Get the debug flag.
isDebug() - Method in class org.openptk.connection.Setup
 
isDebug() - Method in interface org.openptk.connection.SetupIF
Get the debug flag.
isEnabled(Operation) - Method in class org.openptk.spi.operations.Operations
 
isEnabled(Operation) - Method in interface org.openptk.spi.operations.OperationsIF
 
isEncrypted() - Method in class org.openptk.api.Attribute
Returns TRUE if the value is encrypted.
isEncrypted() - Method in interface org.openptk.api.AttributeIF
Returns TRUE if the value is encrypted.
isError() - Method in class org.openptk.api.Element
Flag to determine if there was an Error.
isError() - Method in interface org.openptk.api.ElementIF
Flag to determine if there was an Error.
isHashed(String) - Static method in class org.openptk.util.Digest
 
isImplemented(Operation) - Method in class org.openptk.spi.operations.Operations
 
isImplemented(Operation) - Method in interface org.openptk.spi.operations.OperationsIF
 
isInternal() - Method in class org.openptk.api.Query
 
isMultivalued() - Method in class org.openptk.api.Attribute
Return TRUE if the actual value is contains muliple values.
isMultivalued() - Method in interface org.openptk.api.AttributeIF
Return TRUE if the actual value is contains muliple values.
isMultiValued() - Method in class org.openptk.structure.Structure
Returns TRUE if the Structure contains more than 1 (one) value.
isMultiValued() - Method in interface org.openptk.structure.StructureIF
Returns TRUE if the Structure contains more than 1 (one) value.
isReadOnly() - Method in class org.openptk.api.Attribute
Get the Attributes read only flag.
isReadOnly() - Method in interface org.openptk.api.AttributeIF
Get the Attributes read only flag.
isRequired() - Method in class org.openptk.api.Attribute
Get the Attributes required flag.
isRequired() - Method in interface org.openptk.api.AttributeIF
Get the Attributes required flag.
isVirtual() - Method in class org.openptk.api.Attribute
Get the Attributes virtual flag.
isVirtual() - Method in interface org.openptk.api.AttributeIF
Get the Attributes virtual flag.

J

JerseyConnection - Class in org.openptk.connection.jersey
 
JerseyConnection(Properties) - Constructor for class org.openptk.connection.jersey.JerseyConnection
Create a new ConnectionIF instance using the Jersey Client API.
JsonConverter - Class in org.openptk.structure
This class supports the conversion of StructureIF data TO and FROM JSON.
JsonConverter() - Constructor for class org.openptk.structure.JsonConverter
Creates a new JsonConverter object.

K

KeyGenCrypto - Class in org.openptk.crypto
 
KeyGenCrypto(String, String) - Constructor for class org.openptk.crypto.KeyGenCrypto
 
KEYVALUE - Static variable in class org.openptk.structure.Converter
 

L

log(String, String) - Static method in class org.openptk.logging.Logger
Log a message to a particular Logger.
log(String) - Static method in class org.openptk.logging.Logger
Log a message to DEFAULT Logger.
log(String, LoggingLevel, String) - Static method in class org.openptk.logging.Logger
Log a message to a particular Logger at a given LoggingLevel.
log(LoggingLevel, String) - Static method in class org.openptk.logging.Logger
Log a message to DEFAULT Logger at a given LoggingLevel.
log(String) - Method in interface org.openptk.logging.LoggingIF
 
log(String) - Method in class org.openptk.logging.SysoutLogger
Prints the message to standard output as an INFO level message.
logError(String) - Method in class org.openptk.connection.Connection
 
logError(String, String) - Static method in class org.openptk.logging.Logger
Log an ERROR message to a particular Logger.
logError(String) - Static method in class org.openptk.logging.Logger
Log an ERROR message to DEFAULT Logger.
logError(String) - Method in interface org.openptk.logging.LoggingIF
Emits the passed message to the Logger at logging level of ERROR.
logError(String) - Method in class org.openptk.logging.SysoutLogger
Prints the message to standard output as an ERROR level message.
Logger - Class in org.openptk.logging
Singleton class which will hold objects that are available globally to the OpenPTK Framework.
LoggingIF - Interface in org.openptk.logging
 
LoggingLevel - Enum in org.openptk.logging
 
LOGIN - Static variable in interface org.openptk.api.Constants
 
logInfo(String) - Method in class org.openptk.connection.Connection
 
logInfo(String, String) - Static method in class org.openptk.logging.Logger
Log an INFO message to a particular Logger.
logInfo(String) - Static method in class org.openptk.logging.Logger
Log an INFO message to DEFAULT Logger.
logInfo(String) - Method in interface org.openptk.logging.LoggingIF
Emits the passed message to the Logger at logging level of INFO.
logInfo(String) - Method in class org.openptk.logging.SysoutLogger
Prints the message to standard output as an INFO level message.
LOGOUT - Static variable in interface org.openptk.api.Constants
 
logWarning(String) - Method in class org.openptk.connection.Connection
 
logWarning(String, String) - Static method in class org.openptk.logging.Logger
Log an WARNING message to a particular Logger.
logWarning(String) - Static method in class org.openptk.logging.Logger
Log an WARNING message to DEFAULT Logger.
logWarning(String) - Method in interface org.openptk.logging.LoggingIF
Emits the passed message to the Logger at logging level of WARNING.
logWarning(String) - Method in class org.openptk.logging.SysoutLogger
Prints the message to standard output as an WARNING level message.
LoopbackOperations - Class in org.openptk.spi.operations
 
LoopbackOperations() - Constructor for class org.openptk.spi.operations.LoopbackOperations
 
LT - Static variable in class org.openptk.structure.Converter
 
LTE - Static variable in class org.openptk.structure.Converter
 

M

main(String[]) - Static method in class org.openptk.crypto.AESCrypto
 
main(String[]) - Static method in class org.openptk.crypto.Crypto
 
main(String[]) - Static method in class org.openptk.crypto.DESCrypto
 
main(String[]) - Static method in class org.openptk.crypto.TripleDESCrypto
 
main(String[]) - Static method in class org.openptk.structure.ConverterTest
 
main(String[]) - Static method in class org.openptk.util.Digest
 
main(String[]) - Static method in class org.openptk.util.ptkadmin
 
main(String[]) - Static method in class org.openptk.util.RandomData
 
main(String[]) - Static method in class org.openptk.util.StringUtil
 
main(String[]) - Static method in class org.openptk.util.Timer
 
main(String[]) - Static method in class org.openptk.util.UniqueId
 
Media - Class in org.openptk.util
Media manipulation methods.
Media() - Constructor for class org.openptk.util.Media
 

N

NAME_ACCESSED - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ACTION - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ACTIONID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ACTIONS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ALLOWMULTI - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ANCESTORS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ANSWERS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ATTRIBUTE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ATTRIBUTES - Static variable in interface org.openptk.structure.StructureIF
 
NAME_AUTHENTICATOR - Static variable in interface org.openptk.structure.StructureIF
 
NAME_AUTHENTICATORID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_AUTHENTICATORS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_AVERAGE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_BODY - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CACHE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CACHEID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CACHES - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CATEGORY - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CHANGE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CHILDREN - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CLASS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CLASSNAME - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CLIENT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CLIENTID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CLIENTS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CONTEXT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CONTEXTID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CONTEXTS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CONVERTER - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CONVERTERID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CONVERTERS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_COUNT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CREATED - Static variable in interface org.openptk.structure.StructureIF
 
NAME_CRYPTO - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DATA - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DEBUGLEVEL - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DECIDER - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DECIDERID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DECIDERS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DEFAULT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DEFINITION - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DESCRIPTION - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DIGEST - Static variable in interface org.openptk.structure.StructureIF
 
NAME_DOCUMENT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_EFFECT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ENCRYPTED - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ENFORCER - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ENFORCERID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ENFORCERS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ENGINE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ENVIRONMENT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ENVIRONMENTS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ERROR - Static variable in interface org.openptk.structure.StructureIF
 
NAME_FROM - Static variable in interface org.openptk.structure.StructureIF
 
NAME_ID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_INDEX - Static variable in interface org.openptk.structure.StructureIF
 
NAME_LENGTH - Static variable in interface org.openptk.structure.StructureIF
 
NAME_LEVEL - Static variable in interface org.openptk.structure.StructureIF
 
NAME_LIBRARY - Static variable in interface org.openptk.structure.StructureIF
 
NAME_MAXIMUM - Static variable in interface org.openptk.structure.StructureIF
 
NAME_MEDIA - Static variable in interface org.openptk.structure.StructureIF
 
NAME_META - Static variable in interface org.openptk.structure.StructureIF
 
NAME_MIMETYPE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_MINIMUM - Static variable in interface org.openptk.structure.StructureIF
 
NAME_MODE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_MODEL - Static variable in interface org.openptk.structure.StructureIF
 
NAME_MODELID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_MODELS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_MODIFIED - Static variable in interface org.openptk.structure.StructureIF
 
NAME_NAME - Static variable in interface org.openptk.structure.StructureIF
 
NAME_OFFSET - Static variable in interface org.openptk.structure.StructureIF
 
NAME_OPERATION - Static variable in interface org.openptk.structure.StructureIF
 
NAME_OPERATIONS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PARAMPATH - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PARAMQUERY - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PASSWORD - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PHASE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PLUGIN - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PLUGINID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PLUGINS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_POLICIES - Static variable in interface org.openptk.structure.StructureIF
 
NAME_POLICY - Static variable in interface org.openptk.structure.StructureIF
 
NAME_POLICYID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PRINCIPAL - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PROPERTIES - Static variable in interface org.openptk.structure.StructureIF
 
NAME_PROPERTY - Static variable in interface org.openptk.structure.StructureIF
 
NAME_QUANTITY - Static variable in interface org.openptk.structure.StructureIF
 
NAME_QUERY - Static variable in interface org.openptk.structure.StructureIF
 
NAME_QUESTIONS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_READONLY - Static variable in interface org.openptk.structure.StructureIF
 
NAME_RELATIONSHIP - Static variable in interface org.openptk.structure.StructureIF
 
NAME_RELATIONSHIPID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_RELATIONSHIPS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_REQUEST - Static variable in interface org.openptk.structure.StructureIF
 
NAME_REQUIRED - Static variable in interface org.openptk.structure.StructureIF
 
NAME_RESOURCE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_RESOURCEID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_RESOURCES - Static variable in interface org.openptk.structure.StructureIF
 
NAME_RESPONSE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_RESULTS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SEARCH - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SECRET - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SERVICE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SESSION - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SESSIONID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SESSIONINFO - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SESSIONS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SIBLINGS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SORT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_STAT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_STATE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_STATID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_STATS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_STATUS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_STRUCTURE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_STRUCTURES - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SUBJECT - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SUBJECTID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_SUBJECTS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_TARGET - Static variable in interface org.openptk.structure.StructureIF
 
NAME_TARGETID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_TARGETS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_TEMPLATE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_TO - Static variable in interface org.openptk.structure.StructureIF
 
NAME_TYPE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_TYPES - Static variable in interface org.openptk.structure.StructureIF
 
NAME_UNIQUEID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_UPDATED - Static variable in interface org.openptk.structure.StructureIF
 
NAME_URI - Static variable in interface org.openptk.structure.StructureIF
 
NAME_VALUE - Static variable in interface org.openptk.structure.StructureIF
 
NAME_VALUES - Static variable in interface org.openptk.structure.StructureIF
 
NAME_VERSION - Static variable in interface org.openptk.structure.StructureIF
 
NAME_VIEW - Static variable in interface org.openptk.structure.StructureIF
 
NAME_VIEWID - Static variable in interface org.openptk.structure.StructureIF
 
NAME_VIEWS - Static variable in interface org.openptk.structure.StructureIF
 
NAME_VIRTUAL - Static variable in interface org.openptk.structure.StructureIF
 
NAMESPACE - Static variable in class org.openptk.api.Query
 
NAMESPACE - Static variable in interface org.openptk.connection.SetupIF
 
NETWORK - Static variable in class org.openptk.crypto.Encryptor
 
NEWLINE - Static variable in class org.openptk.structure.Converter
 

O

Opcode - Enum in org.openptk.api
Supported operation codes: CREATE:Create a new Entry READ:Return a single Entry UPDATE:Update a single Entry DELETE:Delete a single Entry SEARCH:Search for and return multiple Entries PWDCHANGE:Change an Entry's password, with provided value PWDRESETChange an Entry's password, system generated PWDFORGOT:Forgotten password questions/answers process Used at all Tiers in the Project.
OpenPTKLogFormatter - Class in org.openptk.logging
 
OpenPTKLogFormatter() - Constructor for class org.openptk.logging.OpenPTKLogFormatter
 
OperationException - Exception in org.openptk.exception
Provision Framework Operation related Exceptions.
OperationException(String) - Constructor for exception org.openptk.exception.OperationException
Create a new OperationException, use the provided message.
OperationException(Throwable) - Constructor for exception org.openptk.exception.OperationException
Create a new OperationException, use the provided Exception.
Operations - Class in org.openptk.spi.operations
 
Operations() - Constructor for class org.openptk.spi.operations.Operations
 
OperationsIF - Interface in org.openptk.spi.operations
 
OperationsType - Enum in org.openptk.spi.operations
 
org.openptk.api - package org.openptk.api
Provides the classes necessary to call from Java applications into the Project OpenPTK Framework.
org.openptk.connection - package org.openptk.connection
Provides the foundation and abstract classes that are used to establish a connection to the OpenPTK Server
org.openptk.connection.jersey - package org.openptk.connection.jersey
Provides an implementation of the abstract Connection class using the Jersey (JAXRS) Client API.
org.openptk.crypto - package org.openptk.crypto
Provides the classes necessary for OpenPTK cryptographic functions.
org.openptk.exception - package org.openptk.exception
Contains exception classes thrown by the Project OpenPTK Framework and API classes.
org.openptk.logging - package org.openptk.logging
Provides centralized Logging service to be used by all OpenPTK objects to log messages of different logging levels.
org.openptk.plugin - package org.openptk.plugin
Interface and abstract class to support plug-ins.
org.openptk.spi - package org.openptk.spi
Interfaces and abstract classes that provide access to the Service Provider Interface
org.openptk.spi.operations - package org.openptk.spi.operations
Interfaces, types and abstract classes which define the Operations that can be associated and implemented by a Service.
org.openptk.structure - package org.openptk.structure
Provides the classes necessary for OpenPTK data representations, Strucutres, and conversion routines, Converters.
org.openptk.util - package org.openptk.util
Provides the classes necessary for OpenPTK utility functions like String, ID, Timing and Random utilities.
Output - Class in org.openptk.api
The Output object contains the State/Status and Results of an Operation.
Output() - Constructor for class org.openptk.api.Output
Creates a new Ouput object.
Output(Output) - Constructor for class org.openptk.api.Output
Creates a new Output that is a copy of the specified Output.

P

PAD - Static variable in class org.openptk.structure.Converter
 
pad(int, String) - Method in class org.openptk.structure.Converter
Returns a String built by repeating the String.
PARAM_CLIENTCRED - Static variable in interface org.openptk.connection.ConnectionIF
 
PARAM_CLIENTID - Static variable in interface org.openptk.connection.ConnectionIF
 
PARAM_PASSWORD - Static variable in interface org.openptk.connection.ConnectionIF
 
PARAM_TOKEN - Static variable in interface org.openptk.connection.ConnectionIF
 
PARAM_USER - Static variable in interface org.openptk.connection.ConnectionIF
 
PASSWORD - Static variable in interface org.openptk.api.Constants
 
PBECrypto - Class in org.openptk.crypto
Class extends Crypto (abstract) class and provides a Password Based Encryption (PBE) implementation.
PBECrypto(String, String) - Constructor for class org.openptk.crypto.PBECrypto
Create a CryptoIF instance that uses Password Based Encryption.
PKG_CONNECTION - Static variable in interface org.openptk.connection.SetupIF
 
PKG_CONVERTER - Static variable in interface org.openptk.connection.SetupIF
 
PlainConverter - Class in org.openptk.structure
This class supports the conversion of StructureIF data TO Plain Text.
PlainConverter() - Constructor for class org.openptk.structure.PlainConverter
Create a new PlainConverter object.
Plugin - Class in org.openptk.plugin
 
Plugin() - Constructor for class org.openptk.plugin.Plugin
 
PluginException - Exception in org.openptk.exception
 
PluginException(String) - Constructor for exception org.openptk.exception.PluginException
Create a new ServiceException, use the provided message.
PluginException(Throwable) - Constructor for exception org.openptk.exception.PluginException
Create a new ServiceException, use the provided Exception.
PluginIF - Interface in org.openptk.plugin
 
postExecute(RequestIF, ResponseIF) - Method in class org.openptk.spi.operations.Operations
 
postExecute(RequestIF, ResponseIF) - Method in interface org.openptk.spi.operations.OperationsIF
 
preExecute(RequestIF, ResponseIF) - Method in class org.openptk.spi.operations.Operations
 
preExecute(RequestIF, ResponseIF) - Method in interface org.openptk.spi.operations.OperationsIF
 
processClientStructure(StructureIF) - Method in class org.openptk.connection.Connection
Process the Client Structure that comes from the server.
PROP_ATTRIBUTE_EMPTY_REMOVE - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_CASE - Static variable in class org.openptk.util.RandomData
 
PROP_CHAR_SET - Static variable in class org.openptk.util.RandomData
 
PROP_CHILDREN - Static variable in interface org.openptk.structure.ConverterIF
 
PROP_CLASSNAME - Static variable in interface org.openptk.logging.LoggingIF
 
PROP_CONNECTION_CLIENTID - Static variable in interface org.openptk.connection.SetupIF
 
PROP_CONNECTION_MODE - Static variable in interface org.openptk.connection.SetupIF
 
PROP_CONNECTION_PASSWORD - Static variable in interface org.openptk.connection.SetupIF
 
PROP_CONNECTION_SESSIONID - Static variable in interface org.openptk.connection.SetupIF
 
PROP_CONNECTION_SHAREDSECRET - Static variable in interface org.openptk.connection.SetupIF
 
PROP_CONNECTION_TOKEN - Static variable in interface org.openptk.connection.SetupIF
 
PROP_CONNECTION_URI - Static variable in interface org.openptk.connection.SetupIF
 
PROP_CONNECTION_USER - Static variable in interface org.openptk.connection.SetupIF
 
PROP_COOKIE_NAME - Static variable in interface org.openptk.connection.ConnectionIF
 
PROP_DEBUG - Static variable in interface org.openptk.connection.SetupIF
 
PROP_DRIVER - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_FILENAME - Static variable in interface org.openptk.logging.LoggingIF
 
PROP_FILENAME - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_LOGFILE - Static variable in interface org.openptk.connection.SetupIF
 
PROP_NAMEVALUE - Static variable in interface org.openptk.structure.ConverterIF
 
PROP_PROTOCOL - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_PROXY_HOST - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_PROXY_PORT - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_RESET_PASSWORD_LENGTH - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_SIZE - Static variable in class org.openptk.util.RandomData
 
PROP_TYPE - Static variable in class org.openptk.util.RandomData
 
PROP_URI_CLIENTS - Static variable in interface org.openptk.connection.ConnectionIF
 
PROP_URI_CONTEXTS - Static variable in interface org.openptk.connection.ConnectionIF
 
PROP_URI_LOGIN - Static variable in interface org.openptk.connection.ConnectionIF
 
PROP_URI_LOGOUT - Static variable in interface org.openptk.connection.ConnectionIF
 
PROP_URL - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_URL - Static variable in interface org.openptk.spi.ServiceIF
 
PROP_USER_NAME - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_USER_NAME_ENCRYPTED - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_USER_PASSWORD - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_USER_PASSWORD_ENCRYPTED - Static variable in interface org.openptk.spi.operations.OperationsIF
 
PROP_VALUE - Static variable in interface org.openptk.structure.ConverterIF
 
ProvisionException - Exception in org.openptk.exception
A generic ProvisionException.
ProvisionException(String) - Constructor for exception org.openptk.exception.ProvisionException
Create a new ProvisionException, use the provided message.
ProvisionException(Throwable) - Constructor for exception org.openptk.exception.ProvisionException
Create a new ProvisionException, use the provided Exception.
ptkadmin - Class in org.openptk.util
 
ptkadmin() - Constructor for class org.openptk.util.ptkadmin
 
put(LoggingLevel, String) - Method in class org.openptk.logging.AtomicLogger
 
put(String) - Method in interface org.openptk.logging.LoggingIF
 
put(LoggingLevel, String) - Method in interface org.openptk.logging.LoggingIF
 
put(String) - Method in class org.openptk.logging.SysoutLogger
Prints the message to standard output using the INFO level.
put(LoggingLevel, String) - Method in class org.openptk.logging.SysoutLogger
Prints the message to standard output using the LoggingLevel type passed.

Q

Query - Class in org.openptk.api
The Query class is used to define simple and complex queries.
Query() - Constructor for class org.openptk.api.Query
Create a new complex Query with a default Type of "AND".
Query(Query) - Constructor for class org.openptk.api.Query
Create a new simple or complex Query from an existing Query The specified Query will be copied and it's data will be added to the new Query.
Query(Query.Type) - Constructor for class org.openptk.api.Query
Create a new simple Query with the specified Type.
Query(Query.Type, Query) - Constructor for class org.openptk.api.Query
Create a new complex Query with the specified Type and adds the provided Query.
Query(Query.Type, String, String) - Constructor for class org.openptk.api.Query
Create a new simple Query using the provided information.
Query(String, String, String) - Constructor for class org.openptk.api.Query
Create a new simple Query using the provided information.
Query(Query.Type, List<Query>) - Constructor for class org.openptk.api.Query
Create a new complex Query using the List of Queries.
Query.Type - Enum in org.openptk.api
 
QueryBuilder - Class in org.openptk.api
 
QueryBuilder() - Constructor for class org.openptk.api.QueryBuilder
 
QueryBuilderIF - Interface in org.openptk.api
 
QueryConverter - Class in org.openptk.spi
 
QueryConverter() - Constructor for class org.openptk.spi.QueryConverter
 
QueryConverter(Query) - Constructor for class org.openptk.spi.QueryConverter
 
QueryConverterIF - Interface in org.openptk.spi
 
QueryException - Exception in org.openptk.exception
Provision Framework Query related Exceptions.
QueryException(String) - Constructor for exception org.openptk.exception.QueryException
Create a new QueryException, use the provided message.
QueryException(Throwable) - Constructor for exception org.openptk.exception.QueryException
Create a new QueryException, use the provided Exception.
QUOTE - Static variable in class org.openptk.structure.Converter
 

R

RandomData - Class in org.openptk.util
Methods that generate random data.
removeAttribute(String) - Method in class org.openptk.api.Element
Remove the named Attribute.
removeAttribute(String) - Method in interface org.openptk.api.ElementIF
Remove the named Attribute.
removeProperty(String) - Method in class org.openptk.api.Element
Remove the named Property
removeProperty(String) - Method in interface org.openptk.api.ElementIF
Remove the named Property
removeQuery() - Method in class org.openptk.api.Input
Removes the Input's Query.
RESOURCE_SESSION - Static variable in interface org.openptk.connection.ConnectionIF
 
RESOURCES - Static variable in interface org.openptk.api.Constants
 
RESPONSE_DESC - Static variable in class org.openptk.spi.operations.Operations
 
RESPONSE_DESC - Variable in class org.openptk.spi.Service
 
ResponseException - Exception in org.openptk.exception
 
ResponseException(String) - Constructor for exception org.openptk.exception.ResponseException
Create a new ResponseException, use the provided message.
ResponseException(Throwable) - Constructor for exception org.openptk.exception.ResponseException
Create a new ResponseException, use the provided Exception.
RestartService - Class in org.openptk.spi
 
RestartService() - Constructor for class org.openptk.spi.RestartService
 

S

scaleCropImage(byte[], int, int, String) - Static method in class org.openptk.util.Media
Scale and Crop the image (byte[]) to the specified size (width and height).
SecurityException - Exception in org.openptk.exception
 
SecurityException(String) - Constructor for exception org.openptk.exception.SecurityException
Create a new SecurityException, use the provided message.
SecurityException(Throwable) - Constructor for exception org.openptk.exception.SecurityException
Create a new SecurityException, use the provided Exception.
SEPARATOR - Static variable in class org.openptk.structure.Converter
 
serialVersionUID - Static variable in exception org.openptk.exception.ActionException
 
serialVersionUID - Static variable in exception org.openptk.exception.AuthenticationException
 
serialVersionUID - Static variable in exception org.openptk.exception.AuthorizationException
 
serialVersionUID - Static variable in exception org.openptk.exception.ConfigurationException
 
serialVersionUID - Static variable in exception org.openptk.exception.ConnectionException
 
serialVersionUID - Static variable in exception org.openptk.exception.ConverterException
 
serialVersionUID - Static variable in exception org.openptk.exception.CryptoException
 
serialVersionUID - Static variable in exception org.openptk.exception.EngineException
 
serialVersionUID - Static variable in exception org.openptk.exception.FunctionException
 
serialVersionUID - Static variable in exception org.openptk.exception.OperationException
 
serialVersionUID - Static variable in exception org.openptk.exception.PluginException
 
serialVersionUID - Static variable in exception org.openptk.exception.ProvisionException
 
serialVersionUID - Static variable in exception org.openptk.exception.QueryException
 
serialVersionUID - Static variable in exception org.openptk.exception.ResponseException
 
serialVersionUID - Static variable in exception org.openptk.exception.SecurityException
 
serialVersionUID - Static variable in exception org.openptk.exception.ServiceException
 
serialVersionUID - Static variable in exception org.openptk.exception.StructureException
 
serialVersionUID - Static variable in exception org.openptk.exception.TypeException
 
Service - Class in org.openptk.spi
 
Service() - Constructor for class org.openptk.spi.Service
 
ServiceException - Exception in org.openptk.exception
Provision Framework Service related Exceptions.
ServiceException(String) - Constructor for exception org.openptk.exception.ServiceException
Create a new ServiceException, use the provided message.
ServiceException(Throwable) - Constructor for exception org.openptk.exception.ServiceException
Create a new ServiceException, use the provided Exception.
ServiceIF - Interface in org.openptk.spi
 
SESSION_ID - Static variable in interface org.openptk.connection.SetupIF
 
SESSIONID - Static variable in interface org.openptk.api.Constants
 
setAccess(AttributeIF.Access) - Method in class org.openptk.api.Attribute
Set the Attributes Access level.
setAccess(String) - Method in class org.openptk.api.Attribute
Set the Attribute Access level.
setAccess(AttributeIF.Access) - Method in interface org.openptk.api.AttributeIF
Set the Attributes Access level.
setAccess(String) - Method in interface org.openptk.api.AttributeIF
Set the Attribute Access level.
setAccess(AttributeIF.Access) - Method in class org.openptk.api.Input
Set the Input's access level.
setAccess(String) - Method in class org.openptk.api.Input
Set the Input's access level.
setAllowMultivalue(boolean) - Method in class org.openptk.api.Attribute
Set the flag to define if the Attribute allows multivalues.
setAllowMultivalue(boolean) - Method in interface org.openptk.api.AttributeIF
Set the flag to define if the Attribute allows multivalues.
setAssociation(Operation, ComponentIF) - Method in class org.openptk.spi.Service
 
setAssociation(Operation, ComponentIF) - Method in interface org.openptk.spi.ServiceIF
 
setAttrGroup(Operation, ComponentIF) - Method in class org.openptk.spi.Service
 
setAttrGroup(Operation, ComponentIF) - Method in interface org.openptk.spi.ServiceIF
 
setAttributes(Map<String, AttributeIF>) - Method in class org.openptk.api.Element
Set / Replace all Attributes with the new Collection.
setAttributes(Map<String, AttributeIF>) - Method in interface org.openptk.api.ElementIF
Set / Replace all Attributes with the new Collection.
setChild(int, StructureIF) - Method in class org.openptk.structure.Structure
Sets / Replaces a specific Child with the provided Structure.
setChild(int, StructureIF) - Method in interface org.openptk.structure.StructureIF
Sets / Replaces a specific Child with the provided Structure.
setContext(ContextIF) - Method in class org.openptk.spi.Service
 
setContext(ContextIF) - Method in interface org.openptk.spi.ServiceIF
 
setContextId(String) - Method in class org.openptk.connection.Connection
Set the "current" Context Id.
setContextId(String) - Method in interface org.openptk.connection.ConnectionIF
Set the "current" Context Id.
setCrypto(String, CryptoIF) - Static method in class org.openptk.crypto.Encryptor
 
setCrypto(CryptoIF) - Static method in class org.openptk.crypto.Encryptor
 
setDebug(boolean) - Method in class org.openptk.connection.Connection
Set the debug flag.
setDebug(boolean) - Method in interface org.openptk.connection.ConnectionIF
Set the debug flag.
setDescription(String) - Method in class org.openptk.api.Element
Set the Description, a generic value that can be defined.
setDescription(String) - Method in interface org.openptk.api.ElementIF
Set the Description, a generic value that can be defined.
setEnabled(Operation, boolean) - Method in class org.openptk.spi.operations.Operations
 
setEnabled(Operation, boolean) - Method in interface org.openptk.spi.operations.OperationsIF
 
setEncrypted(boolean) - Method in class org.openptk.api.Attribute
Set the flag to define if the Attribute value is encrypted.
setEncrypted(boolean) - Method in interface org.openptk.api.AttributeIF
Set the flag to define if the Attribute value is encrypted.
setError(boolean) - Method in class org.openptk.api.Element
Flag to set if there is an Error.
setError(boolean) - Method in interface org.openptk.api.ElementIF
Flag to set if there is an Error.
setFw2SrvcNames(Operation, Map<String, String>) - Method in class org.openptk.spi.Service
 
setFw2SrvcNames(Operation, Map<String, String>) - Method in interface org.openptk.spi.ServiceIF
 
setId(String) - Method in class org.openptk.crypto.Crypto
 
setId(String) - Method in interface org.openptk.crypto.CryptoIF
 
setImplemented(Operation, boolean) - Method in class org.openptk.spi.operations.Operations
 
setInternal(boolean) - Method in class org.openptk.api.Query
Flag the Query as internal [ true | false ].
setKey(String) - Method in class org.openptk.api.Element
Sets the name of the attribute which is defined as the unique primary key.
setKey(String) - Method in interface org.openptk.api.ElementIF
Sets the name of the attribute which is defined as the unique primary key.
setKey(Operation, String) - Method in class org.openptk.spi.Service
 
setKey(Operation, String) - Method in interface org.openptk.spi.ServiceIF
 
setLogger(LoggingIF) - Static method in class org.openptk.logging.Logger
Add the logging instance to the Logger using a particular name to refer to it, and subsequently get or log messages to later.
setMultiValued(Boolean) - Method in class org.openptk.api.Attribute
Set the flag for a value, is it multivalued.
setName(String) - Method in class org.openptk.api.Query
Set the attribute name.
setName(String) - Method in class org.openptk.structure.Structure
Set the Structure's name.
setName(String) - Method in interface org.openptk.structure.StructureIF
Set the Structure's name.
setOperation(Operation, OperationsIF) - Method in class org.openptk.spi.Service
 
setOperation(Operation, OperationsIF) - Method in interface org.openptk.spi.ServiceIF
 
setOperAttr(Operation, ComponentIF) - Method in class org.openptk.spi.Service
 
setOperAttr(Operation, ComponentIF) - Method in interface org.openptk.spi.ServiceIF
 
setOperProps(Operation, Properties) - Method in class org.openptk.spi.Service
 
setOperProps(Operation, Properties) - Method in interface org.openptk.spi.ServiceIF
 
setParent(StructureIF) - Method in class org.openptk.structure.Structure
Set the Structure's parent.
setParent(StructureIF) - Method in interface org.openptk.structure.StructureIF
Set the Structure's parent.
setProperties(Properties) - Method in class org.openptk.api.Attribute
Sets / Replaces the Attributes Properties.
setProperties(Properties) - Method in interface org.openptk.api.AttributeIF
Sets / Replaces the Attributes Properties.
setProperties(Properties) - Method in class org.openptk.api.Element
Set/Replace the properties with the new Properties.
setProperties(Properties) - Method in interface org.openptk.api.ElementIF
Set/Replace the properties with the new Properties.
setProperty(String, String) - Method in class org.openptk.api.Attribute
Add the key / value as a Property to the Attribute.
setProperty(String, String) - Method in interface org.openptk.api.AttributeIF
Add the key / value as a Property to the Attribute.
setProperty(String, String) - Method in class org.openptk.api.Element
Set a property using the key and value.
setProperty(String, String) - Method in interface org.openptk.api.ElementIF
Set a property using the key and value.
setQuery(Query) - Method in class org.openptk.api.Input
Set the Input's Query.
setQuery(Query) - Method in class org.openptk.spi.QueryConverter
 
setQuery(Query) - Method in interface org.openptk.spi.QueryConverterIF
 
setQuery(Operation, Query) - Method in class org.openptk.spi.Service
 
setQuery(Operation, Query) - Method in interface org.openptk.spi.ServiceIF
 
setQueryList(List<Query>) - Method in class org.openptk.api.Query
Set / replace the List of sub-queries.
setReadOnly(boolean) - Method in class org.openptk.api.Attribute
Set the Attributes read only flag.
setReadOnly(boolean) - Method in interface org.openptk.api.AttributeIF
Set the Attributes read only flag.
setRequired(boolean) - Method in class org.openptk.api.Attribute
Set the Attributes required flag.
setRequired(boolean) - Method in interface org.openptk.api.AttributeIF
Set the Attributes required flag.
setService(ServiceIF) - Method in class org.openptk.spi.operations.Operations
 
setService(ServiceIF) - Method in interface org.openptk.spi.operations.OperationsIF
 
setServiceName(String) - Method in class org.openptk.api.Query
Set the Service attribute name, as known by the Service, in the Query This method is not to be used by OpenPTK applications.
setSessionChanged(boolean) - Method in class org.openptk.connection.Connection
 
setSessionId(String) - Method in class org.openptk.connection.Connection
 
setSortAttributes(List<String>) - Method in class org.openptk.spi.Service
 
setSortAttributes(List<String>) - Method in interface org.openptk.spi.ServiceIF
 
setSrvc2FwNames(Operation, Map<String, String>) - Method in class org.openptk.spi.Service
 
setSrvc2FwNames(Operation, Map<String, String>) - Method in interface org.openptk.spi.ServiceIF
 
setState(State) - Method in class org.openptk.api.Attribute
Set the Attributes State.
setState(State) - Method in interface org.openptk.api.AttributeIF
Set the Attributes State.
setState(State) - Method in class org.openptk.api.Element
Set the State.
setState(State) - Method in interface org.openptk.api.ElementIF
Set the state, see State for valid states.
setState(State) - Method in class org.openptk.structure.Structure
Set the Structure State.
setState(State) - Method in interface org.openptk.structure.StructureIF
Set the Structure's State.
setStatus(String) - Method in class org.openptk.api.Element
Set the status
a general purpose piece of information that can be used to store arbitrary information, typically used to store application level status information.
setStatus(String) - Method in interface org.openptk.api.ElementIF
Set the status
a general purpose piece of information that can be used to store arbitrary information, typically used to store application level status information.
setStructInfo(String, ElementIF) - Method in class org.openptk.structure.Converter
Set Structure Information using the provided Id.
setStructInfo(String, ElementIF) - Method in interface org.openptk.structure.ConverterIF
Set Structure Information using the provided Id.
setTimeout(Operation, int) - Method in class org.openptk.spi.Service
 
setTimeout(Operation, int) - Method in interface org.openptk.spi.ServiceIF
 
setType(DataType) - Method in class org.openptk.api.Attribute
Set the Attributes type (enum).
setType(DataType) - Method in interface org.openptk.api.AttributeIF
Set the Attributes type (enum).
setType(String) - Method in class org.openptk.api.Query
Set the Query Type, using the String representaion for the Type.
setType(Query.Type) - Method in class org.openptk.api.Query
Set the Query's Type.
setType(OperationsType) - Method in class org.openptk.spi.operations.Operations
 
setType(OperationsType) - Method in interface org.openptk.spi.operations.OperationsIF
 
setUniqueId(String) - Method in class org.openptk.api.Element
Set the Unique ID to the String
setUniqueId(Integer) - Method in class org.openptk.api.Element
Set the Unique ID to the Integer
setUniqueId(Long) - Method in class org.openptk.api.Element
Set the Unique ID to the Long
setUniqueId(ElementIF) - Method in class org.openptk.api.Element
 
setUniqueId(String) - Method in interface org.openptk.api.ElementIF
Set the Unique ID
a generic identifier, this should be a unique value.
setUniqueId(Integer) - Method in interface org.openptk.api.ElementIF
 
setUniqueId(Long) - Method in interface org.openptk.api.ElementIF
 
setUniqueId(ElementIF) - Method in interface org.openptk.api.ElementIF
 
Setup - Class in org.openptk.connection
Boot-straps the connection to the Server.
Setup(String) - Constructor for class org.openptk.connection.Setup
Create a new Setup object using the specified Property file.
SetupIF - Interface in org.openptk.connection
 
setUseNamespace(boolean) - Method in class org.openptk.api.Query
Set the value [ true | false ] for this flag.
setValue(Object) - Method in class org.openptk.api.Attribute
Set the Attributes value to the single Object.
setValue(Object[]) - Method in class org.openptk.api.Attribute
Set the Attributes value to the Object array.
setValue(boolean) - Method in class org.openptk.api.Attribute
Set the Attributes value to a single Boolean.
setValue(boolean[]) - Method in class org.openptk.api.Attribute
Set the Attributes value to a Boolean array.
setValue(Boolean) - Method in class org.openptk.api.Attribute
Set the Attributes value to a single Boolean.
setValue(Boolean[]) - Method in class org.openptk.api.Attribute
Set the Attributes value to a Boolean array.
setValue(int) - Method in class org.openptk.api.Attribute
Set the Attributes value to a single Integer.
setValue(int[]) - Method in class org.openptk.api.Attribute
Set the Attributes value to a Integer array.
setValue(Integer) - Method in class org.openptk.api.Attribute
Set the Attributes value to a single Integer.
setValue(Integer[]) - Method in class org.openptk.api.Attribute
Set the Attributes value to a Integer array.
setValue(Long) - Method in class org.openptk.api.Attribute
Set the Attributes value to a single Long.
setValue(Long[]) - Method in class org.openptk.api.Attribute
Set the Attributes value to a Long array.
setValue(String) - Method in class org.openptk.api.Attribute
Set the Attributes value to a single String.
setValue(String[]) - Method in class org.openptk.api.Attribute
Set the Attributes value to a String array.
setValue(Object) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to the single Object.
setValue(Object[]) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to the Object array.
setValue(boolean) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a single Boolean.
setValue(boolean[]) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a Boolean array.
setValue(Boolean) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a single Boolean.
setValue(Boolean[]) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a Boolean array.
setValue(int) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a single Integer.
setValue(int[]) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a Integer array.
setValue(Integer) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a single Integer.
setValue(Integer[]) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a Integer array.
setValue(String) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a single String.
setValue(String[]) - Method in interface org.openptk.api.AttributeIF
Set the Attributes value to a String array.
setValue(String) - Method in class org.openptk.api.Query
Set the attribute value.
setVirtual(boolean) - Method in class org.openptk.api.Attribute
Set the Attributes virtual flag.
setVirtual(boolean) - Method in interface org.openptk.api.AttributeIF
Set the Attributes virtual flag.
shutdown() - Method in class org.openptk.plugin.Plugin
 
shutdown() - Method in interface org.openptk.plugin.PluginIF
 
shutdown() - Method in class org.openptk.spi.operations.Operations
 
shutdown() - Method in interface org.openptk.spi.operations.OperationsIF
 
shutdown() - Method in class org.openptk.spi.Service
 
shutdown() - Method in interface org.openptk.spi.ServiceIF
 
SimpleLogger - Class in org.openptk.logging
 
SimpleLogger(String) - Constructor for class org.openptk.logging.SimpleLogger
SimpleLogger - Create a new simple logger with a file to be written to.
startTimer(String) - Static method in class org.openptk.util.Timer
StartTimer will capture the time this method is called and store it in a timer named by the passed argument timerName.
startup() - Method in class org.openptk.plugin.Plugin
 
startup() - Method in interface org.openptk.plugin.PluginIF
 
startup() - Method in class org.openptk.spi.operations.LoopbackOperations
 
startup() - Method in class org.openptk.spi.operations.Operations
 
startup() - Method in interface org.openptk.spi.operations.OperationsIF
 
startup() - Method in class org.openptk.spi.Service
 
startup() - Method in interface org.openptk.spi.ServiceIF
 
State - Enum in org.openptk.api
 
stopTimer(String) - Static method in class org.openptk.util.Timer
StopTimer will capture the time this method is called and return the elapsed time in ms since the corresponding StartTimer was called for that timerName.
STRING_ENCODING - Variable in class org.openptk.crypto.Crypto
 
stringToArray(String, String) - Static method in class org.openptk.util.StringUtil
Process the String into a String Array Not using String.split because we want to handle "empty/blank" sub-strings The array will not contain empty strings, they will be skipped The returned String Array will always be non-null, may have zero elements.
StringUtil - Class in org.openptk.util
 
Structure - Class in org.openptk.structure
The abstract base class for a Structure.
Structure(String) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name.
Structure(String, String) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and value.
Structure(String, List<String>) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and List of values.
Structure(String, String[]) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and Array of values.
Structure(String, int) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and value.
Structure(String, Integer) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and value.
Structure(String, Integer[]) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and array of values.
Structure(String, long) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and value.
Structure(String, Long) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and value.
Structure(String, Long[]) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and array of values.
Structure(String, boolean) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and value.
Structure(String, Boolean) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and value.
Structure(String, Boolean[]) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and array of values.
Structure(String, Object) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and value.
Structure(String, Object[]) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provided name and array of values.
Structure(String, StructureIF) - Constructor for class org.openptk.structure.Structure
Create a new Structure using the provide name and child Structure.
StructureException - Exception in org.openptk.exception
Provision Framework Operation related Exceptions.
StructureException(String) - Constructor for exception org.openptk.exception.StructureException
Create a new ConverterException, use the provided message.
StructureException(Throwable) - Constructor for exception org.openptk.exception.StructureException
Create a new ConverterException, use the provided Exception.
StructureIF - Interface in org.openptk.structure
The Structure (interface and classes) is a generic class that supports two main features.
StructureType - Enum in org.openptk.structure
Valid Structure Types.
SysoutLogger - Class in org.openptk.logging
Logger implementation that logs all messages to standard system output.
SysoutLogger() - Constructor for class org.openptk.logging.SysoutLogger
 

T

throwServiceException(Throwable) - Method in class org.openptk.spi.Service
 
throwServiceException(String) - Method in class org.openptk.spi.Service
 
Timer - Class in org.openptk.util
Singleton class which will hold timers that can be used by any calling class to time start/stop timers and report on timings
toFw(Operation, String[]) - Method in class org.openptk.spi.Service
 
toFw(Operation, String[]) - Method in interface org.openptk.spi.ServiceIF
 
TOKEN - Static variable in interface org.openptk.api.Constants
 
toSrvc(Operation, String[]) - Method in class org.openptk.spi.Service
 
toSrvc(Operation, String[]) - Method in interface org.openptk.spi.ServiceIF
 
toString() - Method in class org.openptk.api.Attribute
Get a String that represents the Attribute.
toString() - Method in class org.openptk.api.Element
Information about the Element, summarize data into a String.
toString() - Method in class org.openptk.api.Query
Returns a String that represents the Query Supports both simple and complex queries.
toString() - Method in class org.openptk.structure.Structure
 
toXML() - Method in class org.openptk.api.Query
Returns an XML structure that represents the Query Supports both simple and complex queries.
TRANS_FW_SRVC - Static variable in class org.openptk.spi.operations.Operations
 
TRANS_SRVC_FW - Static variable in class org.openptk.spi.operations.Operations
 
TripleDESCrypto - Class in org.openptk.crypto
 
TripleDESCrypto() - Constructor for class org.openptk.crypto.TripleDESCrypto
Creates a CryptoIF instance using the PBEWithMD5AndripleDES cipher with a pre-defined pass phrase.
TripleDESCrypto(String) - Constructor for class org.openptk.crypto.TripleDESCrypto
Creates a CryptoIF instance using the PBEWithMD5AndTripleDES cipher.
TYPE_ALPHA - Static variable in class org.openptk.util.RandomData
 
TYPE_BOTH - Static variable in class org.openptk.util.RandomData
 
TYPE_NUMERIC - Static variable in class org.openptk.util.RandomData
 
TypeException - Exception in org.openptk.exception
Provision Framework Operation related Exceptions.
TypeException(String) - Constructor for exception org.openptk.exception.TypeException
Create a new TypeException, use the provided message.
TypeException(Throwable) - Constructor for exception org.openptk.exception.TypeException
Create a new TypeException, use the provided Exception.

U

UniqueId - Class in org.openptk.util
 
updateOutputFromReadStructure(Output, StructureIF) - Method in class org.openptk.connection.Connection
Update the StructureIF from the Read response (Structure).
updateOutputFromSearchStructure(Output, StructureIF) - Method in class org.openptk.connection.Connection
Update Output from the Search response (Structure).
updateQueryServiceName(Query) - Method in class org.openptk.spi.operations.Operations
 
URI_LOGIN - Static variable in interface org.openptk.connection.SetupIF
 
URI_LOGOUT - Static variable in interface org.openptk.connection.SetupIF
 
URI_RESOURCES - Static variable in interface org.openptk.connection.SetupIF
 
urlDecode(String) - Method in class org.openptk.connection.Connection
URL Decode a string.
urlEncode(String) - Method in class org.openptk.connection.Connection
URL Encode a string.
useConnection(String) - Method in class org.openptk.connection.Setup
 
useConnection(String) - Method in interface org.openptk.connection.SetupIF
 
USER - Static variable in interface org.openptk.api.Constants
 

V

validate(String, byte[]) - Static method in class org.openptk.util.Digest
 
validate(String, String) - Static method in class org.openptk.util.Digest
 
validateRequest(RequestIF, ResponseIF) - Method in class org.openptk.spi.Service
 
VALUE_CHILDREN_DISCRETE - Static variable in interface org.openptk.structure.ConverterIF
 
VALUE_CHILDREN_LIST - Static variable in interface org.openptk.structure.ConverterIF
 
VALUE_NAMEVALUE_COLLAPSED - Static variable in interface org.openptk.structure.ConverterIF
 
VALUE_NAMEVALUE_EXPANDED - Static variable in interface org.openptk.structure.ConverterIF
 
VALUE_VALUE_MULTI - Static variable in interface org.openptk.structure.ConverterIF
 
VALUE_VALUE_SINGLE - Static variable in interface org.openptk.structure.ConverterIF
 
valueOf(String) - Static method in enum org.openptk.api.AttributeIF.Access
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openptk.api.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openptk.api.Opcode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openptk.api.Query.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openptk.api.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openptk.connection.ConnectionIF.Session
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openptk.logging.LoggingLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openptk.spi.operations.OperationsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openptk.structure.ConverterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openptk.structure.StructureType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openptk.api.AttributeIF.Access
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openptk.api.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openptk.api.Opcode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openptk.api.Query.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openptk.api.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openptk.connection.ConnectionIF.Session
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openptk.logging.LoggingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openptk.spi.operations.OperationsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openptk.structure.ConverterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openptk.structure.StructureType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlConverter - Class in org.openptk.structure
This class supports the conversion of StructureIF data TO and FROM XML.
XmlConverter() - Constructor for class org.openptk.structure.XmlConverter
Create a new XmlConverter object.

_

_converter - Variable in class org.openptk.connection.Connection
 
_decoder - Variable in class org.openptk.crypto.Crypto
 
_decryptCipher - Variable in class org.openptk.crypto.Crypto
 
_emptyRemove - Variable in class org.openptk.spi.operations.Operations
 
_encoder - Variable in class org.openptk.crypto.Crypto
 
_encryptCipher - Variable in class org.openptk.crypto.Crypto
 
_uriClients - Variable in class org.openptk.connection.Connection
 
_uriContexts - Variable in class org.openptk.connection.Connection
 
_uriLogin - Variable in class org.openptk.connection.Connection
 
_uriLogout - Variable in class org.openptk.connection.Connection
 
_uriSessionInfo - Variable in class org.openptk.connection.Connection
 
_uriSubjects - Variable in class org.openptk.connection.Connection
 

A B C D E F G H I J K L M N O P Q R S T U V X _

View/submit a bug or feature

For further API reference and developer documentation, see www.openptk.org. That documentation contains more detailed, developer-targeted descriptions, definitions of terms, workarounds, and working code examples.

Copyright (C) 2008-2012, Project OpenPTK. All Rights Reserved