Serialized Form


Package org.jboss.dna.common

Class org.jboss.dna.common.SystemFailureException extends RuntimeException implements Serializable

serialVersionUID: 8281373010920861138L


Package org.jboss.dna.common.collection

Class org.jboss.dna.common.collection.ImmutableAppendedList$1 extends Object implements Serializable

Class org.jboss.dna.common.collection.ImmutableAppendedList$2 extends Object implements Serializable

Class org.jboss.dna.common.collection.UnmodifiableProperties extends Properties implements Serializable

serialVersionUID: -4670639332874922546L

Serialized Fields

delegate

Properties delegate

Package org.jboss.dna.common.jdbc.model.api

Class org.jboss.dna.common.jdbc.model.api.DatabaseMetaDataMethodException extends Exception implements Serializable

serialVersionUID: 5001714254060693493L

Serialized Fields

methodName

String methodName

Package org.jboss.dna.common.jdbc.model.spi

Class org.jboss.dna.common.jdbc.model.spi.AttributeBean extends ColumnBean implements Serializable

serialVersionUID: -2822658260714209072L

Serialized Fields

reference

Reference reference

Class org.jboss.dna.common.jdbc.model.spi.BestRowIdentifierBean extends CoreMetaDataBean implements Serializable

serialVersionUID: -6031029115876541704L

Serialized Fields

scopeType

BestRowIdentifierScopeType scopeType

columns

Set<E> columns

Class org.jboss.dna.common.jdbc.model.spi.CatalogBean extends DatabaseNamedObjectBean implements Serializable

serialVersionUID: -4579895771907682612L

Class org.jboss.dna.common.jdbc.model.spi.ColumnBean extends DatabaseNamedObjectBean implements Serializable

serialVersionUID: 4797227922671541353L

Serialized Fields

owner

SchemaObject owner

nullabilityType

NullabilityType nullabilityType

sqlType

SqlType sqlType

typeName

String typeName

size

Integer size

precision

Integer precision

radix

Integer radix

defaultValue

String defaultValue

ordinalPosition

Integer ordinalPosition

charOctetLength

Integer charOctetLength

privileges

Set<E> privileges

Class org.jboss.dna.common.jdbc.model.spi.CoreMetaDataBean extends Object implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.common.jdbc.model.spi.DatabaseBean extends CoreMetaDataBean implements Serializable

serialVersionUID: 6634428066138252064L

Serialized Fields

exceptionList

List<E> exceptionList

name

String name

allProceduresAreCallable

Boolean allProceduresAreCallable

allTablesAreSelectable

Boolean allTablesAreSelectable

url

String url

userName

String userName

readOnly

Boolean readOnly

nullsAreSortedHigh

Boolean nullsAreSortedHigh

nullsAreSortedLow

Boolean nullsAreSortedLow

nullsAreSortedAtStart

Boolean nullsAreSortedAtStart

nullsAreSortedAtEnd

Boolean nullsAreSortedAtEnd

databaseProductName

String databaseProductName

databaseProductVersion

String databaseProductVersion

driverName

String driverName

driverVersion

String driverVersion

driverMajorVersion

Integer driverMajorVersion

driverMinorVersion

Integer driverMinorVersion

usesLocalFiles

Boolean usesLocalFiles

usesLocalFilePerTable

Boolean usesLocalFilePerTable

supportsMixedCaseIdentifiers

Boolean supportsMixedCaseIdentifiers

storesUpperCaseIdentifiers

Boolean storesUpperCaseIdentifiers

storesLowerCaseIdentifiers

Boolean storesLowerCaseIdentifiers

storesMixedCaseIdentifiers

Boolean storesMixedCaseIdentifiers

supportsMixedCaseQuotedIdentifiers

Boolean supportsMixedCaseQuotedIdentifiers

storesUpperCaseQuotedIdentifiers

Boolean storesUpperCaseQuotedIdentifiers

storesLowerCaseQuotedIdentifiers

Boolean storesLowerCaseQuotedIdentifiers

storesMixedCaseQuotedIdentifiers

Boolean storesMixedCaseQuotedIdentifiers

identifierQuoteString

String identifierQuoteString

sqlKeywords

Set<E> sqlKeywords

numericFunctions

Set<E> numericFunctions

stringFunctions

Set<E> stringFunctions

systemFunctions

Set<E> systemFunctions

timeDateFunctions

Set<E> timeDateFunctions

searchStringEscape

String searchStringEscape

extraNameCharacters

String extraNameCharacters

supportsAlterTableWithAddColumn

Boolean supportsAlterTableWithAddColumn

supportsAlterTableWithDropColumn

Boolean supportsAlterTableWithDropColumn

supportsColumnAliasing

Boolean supportsColumnAliasing

nullPlusNonNullIsNull

Boolean nullPlusNonNullIsNull

supportsConvert

Boolean supportsConvert

supportsTableCorrelationNames

Boolean supportsTableCorrelationNames

supportsDifferentTableCorrelationNames

Boolean supportsDifferentTableCorrelationNames

supportsExpressionsInOrderBy

Boolean supportsExpressionsInOrderBy

supportsOrderByUnrelated

Boolean supportsOrderByUnrelated

supportsGroupBy

Boolean supportsGroupBy

supportsGroupByUnrelated

Boolean supportsGroupByUnrelated

supportsGroupByBeyondSelect

Boolean supportsGroupByBeyondSelect

supportsLikeEscapeClause

Boolean supportsLikeEscapeClause

supportsMultipleResultSets

Boolean supportsMultipleResultSets

supportsMultipleTransactions

Boolean supportsMultipleTransactions

supportsNonNullableColumns

Boolean supportsNonNullableColumns

supportsMinimumSQLGrammar

Boolean supportsMinimumSQLGrammar

supportsCoreSQLGrammar

Boolean supportsCoreSQLGrammar

supportsExtendedSQLGrammar

Boolean supportsExtendedSQLGrammar

supportsANSI92EntryLevelSQL

Boolean supportsANSI92EntryLevelSQL

supportsANSI92IntermediateSQL

Boolean supportsANSI92IntermediateSQL

supportsANSI92FullSQL

Boolean supportsANSI92FullSQL

supportsIntegrityEnhancementFacility

Boolean supportsIntegrityEnhancementFacility

supportsOuterJoins

Boolean supportsOuterJoins

supportsFullOuterJoins

Boolean supportsFullOuterJoins

supportsLimitedOuterJoins

Boolean supportsLimitedOuterJoins

schemaTerm

String schemaTerm

procedureTerm

String procedureTerm

catalogTerm

String catalogTerm

catalogAtStart

Boolean catalogAtStart

catalogSeparator

String catalogSeparator

supportsSchemasInDataManipulation

Boolean supportsSchemasInDataManipulation

supportsSchemasInProcedureCalls

Boolean supportsSchemasInProcedureCalls

supportsSchemasInTableDefinitions

Boolean supportsSchemasInTableDefinitions

supportsSchemasInIndexDefinitions

Boolean supportsSchemasInIndexDefinitions

supportsSchemasInPrivilegeDefinitions

Boolean supportsSchemasInPrivilegeDefinitions

supportsCatalogsInDataManipulation

Boolean supportsCatalogsInDataManipulation

supportsCatalogsInProcedureCalls

Boolean supportsCatalogsInProcedureCalls

supportsCatalogsInTableDefinitions

Boolean supportsCatalogsInTableDefinitions

supportsCatalogsInIndexDefinitions

Boolean supportsCatalogsInIndexDefinitions

supportsCatalogsInPrivilegeDefinitions

Boolean supportsCatalogsInPrivilegeDefinitions

supportsPositionedDelete

Boolean supportsPositionedDelete

supportsPositionedUpdate

Boolean supportsPositionedUpdate

supportsSelectForUpdate

Boolean supportsSelectForUpdate

supportsStoredProcedures

Boolean supportsStoredProcedures

supportsSubqueriesInComparisons

Boolean supportsSubqueriesInComparisons

supportsSubqueriesInExists

Boolean supportsSubqueriesInExists

supportsSubqueriesInIns

Boolean supportsSubqueriesInIns

supportsSubqueriesInQuantifieds

Boolean supportsSubqueriesInQuantifieds

supportsCorrelatedSubqueries

Boolean supportsCorrelatedSubqueries

supportsUnion

Boolean supportsUnion

supportsUnionAll

Boolean supportsUnionAll

supportsOpenCursorsAcrossCommit

Boolean supportsOpenCursorsAcrossCommit

supportsOpenCursorsAcrossRollback

Boolean supportsOpenCursorsAcrossRollback

supportsOpenStatementsAcrossCommit

Boolean supportsOpenStatementsAcrossCommit

supportsOpenStatementsAcrossRollback

Boolean supportsOpenStatementsAcrossRollback

maxBinaryLiteralLength

Integer maxBinaryLiteralLength

maxCharLiteralLength

Integer maxCharLiteralLength

maxColumnNameLength

Integer maxColumnNameLength

maxColumnsInGroupBy

Integer maxColumnsInGroupBy

maxColumnsInIndex

Integer maxColumnsInIndex

maxColumnsInOrderBy

Integer maxColumnsInOrderBy

maxColumnsInSelect

Integer maxColumnsInSelect

maxColumnsInTable

Integer maxColumnsInTable

maxConnections

Integer maxConnections

maxCursorNameLength

Integer maxCursorNameLength

maxIndexLength

Integer maxIndexLength

maxSchemaNameLength

Integer maxSchemaNameLength

maxProcedureNameLength

Integer maxProcedureNameLength

maxCatalogNameLength

Integer maxCatalogNameLength

maxRowSize

Integer maxRowSize

maxRowSizeIncludeBlobs

Boolean maxRowSizeIncludeBlobs

maxStatementLength

Integer maxStatementLength

maxStatements

Integer maxStatements

maxTableNameLength

Integer maxTableNameLength

maxTablesInSelect

Integer maxTablesInSelect

maxUserNameLength

Integer maxUserNameLength

defaultTransactionIsolation

Integer defaultTransactionIsolation

supportsTransactions

Boolean supportsTransactions

supportedTransactionIsolationLevels

Set<E> supportedTransactionIsolationLevels

supportsDataDefinitionAndDataManipulationTransactions

Boolean supportsDataDefinitionAndDataManipulationTransactions

supportsDataManipulationTransactionsOnly

Boolean supportsDataManipulationTransactionsOnly

dataDefinitionCausesTransactionCommit

Boolean dataDefinitionCausesTransactionCommit

dataDefinitionIgnoredInTransactions

Boolean dataDefinitionIgnoredInTransactions

storedProcedures

Set<E> storedProcedures

tables

Set<E> tables

schemas

Set<E> schemas

catalogs

Set<E> catalogs

tableTypes

Set<E> tableTypes

sqlTypeInfos

Set<E> sqlTypeInfos

supportedResultSetTypes

Set<E> supportedResultSetTypes

userDefinedTypes

Set<E> userDefinedTypes

supportedConversions

Set<E> supportedConversions

supportedForwardOnlyResultSetConcurrencies

Set<E> supportedForwardOnlyResultSetConcurrencies

supportedScrollInsensitiveResultSetConcurrencies

Set<E> supportedScrollInsensitiveResultSetConcurrencies

supportedScrollSensitiveResultSetConcurrencies

Set<E> supportedScrollSensitiveResultSetConcurrencies

forwardOnlyResultSetOwnUpdatesAreVisible

Boolean forwardOnlyResultSetOwnUpdatesAreVisible

scrollInsensitiveResultSetOwnUpdatesAreVisible

Boolean scrollInsensitiveResultSetOwnUpdatesAreVisible

scrollSensitiveResultSetOwnUpdatesAreVisible

Boolean scrollSensitiveResultSetOwnUpdatesAreVisible

forwardOnlyResultSetOwnDeletesAreVisible

Boolean forwardOnlyResultSetOwnDeletesAreVisible

scrollInsensitiveResultSetOwnDeletesAreVisible

Boolean scrollInsensitiveResultSetOwnDeletesAreVisible

scrollSensitiveResultSetOwnDeletesAreVisible

Boolean scrollSensitiveResultSetOwnDeletesAreVisible

forwardOnlyResultSetOwnInsertsAreVisible

Boolean forwardOnlyResultSetOwnInsertsAreVisible

scrollInsensitiveResultSetOwnInsertsAreVisible

Boolean scrollInsensitiveResultSetOwnInsertsAreVisible

scrollSensitiveResultSetOwnInsertsAreVisible

Boolean scrollSensitiveResultSetOwnInsertsAreVisible

forwardOnlyResultSetOthersUpdatesAreVisible

Boolean forwardOnlyResultSetOthersUpdatesAreVisible

scrollInsensitiveResultSetOthersUpdatesAreVisible

Boolean scrollInsensitiveResultSetOthersUpdatesAreVisible

scrollSensitiveResultSetOthersUpdatesAreVisible

Boolean scrollSensitiveResultSetOthersUpdatesAreVisible

forwardOnlyResultSetOthersDeletesAreVisible

Boolean forwardOnlyResultSetOthersDeletesAreVisible

scrollInsensitiveResultSetOthersDeletesAreVisible

Boolean scrollInsensitiveResultSetOthersDeletesAreVisible

scrollSensitiveResultSetOthersDeletesAreVisible

Boolean scrollSensitiveResultSetOthersDeletesAreVisible

forwardOnlyResultSetOthersInsertsAreVisible

Boolean forwardOnlyResultSetOthersInsertsAreVisible

scrollInsensitiveResultSetOthersInsertsAreVisible

Boolean scrollInsensitiveResultSetOthersInsertsAreVisible

scrollSensitiveResultSetOthersInsertsAreVisible

Boolean scrollSensitiveResultSetOthersInsertsAreVisible

forwardOnlyResultSetUpdatesAreDetected

Boolean forwardOnlyResultSetUpdatesAreDetected

scrollInsensitiveResultSetUpdatesAreDetected

Boolean scrollInsensitiveResultSetUpdatesAreDetected

scrollSensitiveResultSetUpdatesAreDetected

Boolean scrollSensitiveResultSetUpdatesAreDetected

forwardOnlyResultSetDeletesAreDetected

Boolean forwardOnlyResultSetDeletesAreDetected

scrollInsensitiveResultSetDeletesAreDetected

Boolean scrollInsensitiveResultSetDeletesAreDetected

scrollSensitiveResultSetDeletesAreDetected

Boolean scrollSensitiveResultSetDeletesAreDetected

forwardOnlyResultInsertsAreDetected

Boolean forwardOnlyResultInsertsAreDetected

scrollInsensitiveResultInsertsAreDetected

Boolean scrollInsensitiveResultInsertsAreDetected

scrollSensitiveResultInsertsAreDetected

Boolean scrollSensitiveResultInsertsAreDetected

supportsBatchUpdates

Boolean supportsBatchUpdates

supportsSavepoints

Boolean supportsSavepoints

supportsNamedParameters

Boolean supportsNamedParameters

supportsMultipleOpenResults

Boolean supportsMultipleOpenResults

supportsGetGeneratedKeys

Boolean supportsGetGeneratedKeys

supportsResultSetHoldCurrorsOverCommitHoldability

Boolean supportsResultSetHoldCurrorsOverCommitHoldability

supportsResultSetCloseCurrorsAtCommitHoldability

Boolean supportsResultSetCloseCurrorsAtCommitHoldability

resultSetHoldabilityType

ResultSetHoldabilityType resultSetHoldabilityType

databaseMajorVersion

Integer databaseMajorVersion

databaseMinorVersion

Integer databaseMinorVersion

jdbcMajorVersion

Integer jdbcMajorVersion

jdbcMinorVersion

Integer jdbcMinorVersion

sqlStateType

SQLStateType sqlStateType

locatorsUpdateCopy

Boolean locatorsUpdateCopy

supportsStatementPooling

Boolean supportsStatementPooling

Class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean extends CoreMetaDataBean implements Serializable

serialVersionUID: 5784316298846262968L

Serialized Fields

name

String name

remarks

String remarks

extraProperties

Map<K,V> extraProperties

Class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean extends SchemaObjectBean implements Serializable

serialVersionUID: 3481927472605189902L

Serialized Fields

columns

Set<E> columns

sourceTable

Table sourceTable

sourcePrimaryKey

PrimaryKey sourcePrimaryKey

updateRule

KeyModifyRuleType updateRule

deleteRule

KeyModifyRuleType deleteRule

deferrability

KeyDeferrabilityType deferrability

Class org.jboss.dna.common.jdbc.model.spi.ForeignKeyColumnBean extends KeyColumnBean implements Serializable

serialVersionUID: 2513136344022312413L

Serialized Fields

sourceColumn

TableColumn sourceColumn

Class org.jboss.dna.common.jdbc.model.spi.IndexBean extends SchemaObjectBean implements Serializable

serialVersionUID: -1217601426100735909L

Serialized Fields

columns

Set<E> columns

unique

Boolean unique

indexType

IndexType indexType

cardinality

Integer cardinality

pages

Integer pages

filterCondition

String filterCondition

Class org.jboss.dna.common.jdbc.model.spi.IndexColumnBean extends KeyColumnBean implements Serializable

serialVersionUID: 6858478735473652523L

Serialized Fields

sortSequenceType

SortSequenceType sortSequenceType

Class org.jboss.dna.common.jdbc.model.spi.KeyColumnBean extends TableColumnBean implements Serializable

serialVersionUID: -554546774511936892L

Class org.jboss.dna.common.jdbc.model.spi.ParameterBean extends ColumnBean implements Serializable

serialVersionUID: -154398910715869384L

Serialized Fields

parameterIoType

ParameterIoType parameterIoType

scale

Integer scale

Class org.jboss.dna.common.jdbc.model.spi.PrimaryKeyBean extends SchemaObjectBean implements Serializable

serialVersionUID: -6620964715120791723L

Serialized Fields

columns

Set<E> columns

Class org.jboss.dna.common.jdbc.model.spi.PrimaryKeyColumnBean extends KeyColumnBean implements Serializable

serialVersionUID: -4638854444046770534L

Class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean extends CoreMetaDataBean implements Serializable

serialVersionUID: -163129768802977718L

Serialized Fields

privilegeType

PrivilegeType privilegeType

grantor

String grantor

grantee

String grantee

name

String name

grantable

Boolean grantable

unknownGrantable

Boolean unknownGrantable

Class org.jboss.dna.common.jdbc.model.spi.ReferenceBean extends CoreMetaDataBean implements Serializable

serialVersionUID: -4520163631157669283L

Serialized Fields

sourceTable

Table sourceTable

sourceDataType

SqlType sourceDataType

Class org.jboss.dna.common.jdbc.model.spi.SchemaBean extends DatabaseNamedObjectBean implements Serializable

serialVersionUID: -3277162949797951267L

Serialized Fields

catalog

Catalog catalog

Class org.jboss.dna.common.jdbc.model.spi.SchemaObjectBean extends DatabaseNamedObjectBean implements Serializable

serialVersionUID: -2361937039721273606L

Serialized Fields

catalog

Catalog catalog

schema

Schema schema

Class org.jboss.dna.common.jdbc.model.spi.SqlTypeConversionPairBean extends CoreMetaDataBean implements Serializable

serialVersionUID: -2111832789576864971L

Serialized Fields

srcType

SqlType srcType

destType

SqlType destType

Class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean extends DatabaseNamedObjectBean implements Serializable

serialVersionUID: -3336885010975318256L

Serialized Fields

localizedTypeName

String localizedTypeName

nullabilityType

NullabilityType nullabilityType

sqlType

SqlType sqlType

precision

Long precision

fixedPrecisionScale

Boolean fixedPrecisionScale

numberPrecisionRadix

Integer numberPrecisionRadix

minScale

Integer minScale

maxScale

Integer maxScale

literalPrefix

String literalPrefix

literalSuffix

String literalSuffix

createParams

String createParams

caseSensitive

Boolean caseSensitive

searchabilityType

SearchabilityType searchabilityType

unsigned

Boolean unsigned

autoIncrement

Boolean autoIncrement

Class org.jboss.dna.common.jdbc.model.spi.StoredProcedureBean extends SchemaObjectBean implements Serializable

serialVersionUID: 8530431073036932292L

Serialized Fields

columns

Set<E> columns

resultType

StoredProcedureResultType resultType

Class org.jboss.dna.common.jdbc.model.spi.TableBean extends SchemaObjectBean implements Serializable

serialVersionUID: -1315274844163173964L

Serialized Fields

columns

Set<E> columns

foreignKeys

Set<E> foreignKeys

indexes

Set<E> indexes

versionColumns

Set<E> versionColumns

privileges

Set<E> privileges

bestRowIdentifiers

Set<E> bestRowIdentifiers

tableType

TableType tableType

typeCatalog

Catalog typeCatalog

typeSchema

Schema typeSchema

typeName

String typeName

selfReferencingColumnName

String selfReferencingColumnName

referenceGeneration

String referenceGeneration

primaryKey

PrimaryKey primaryKey

superTable

Table superTable

Class org.jboss.dna.common.jdbc.model.spi.TableColumnBean extends ColumnBean implements Serializable

serialVersionUID: -1719977563697808831L

Serialized Fields

bestRowIdentifier

Boolean bestRowIdentifier

pseudoType

ColumnPseudoType pseudoType

reference

Reference reference

versionColumn

Boolean versionColumn

primaryKeyColumn

Boolean primaryKeyColumn

foreignKeyColumn

Boolean foreignKeyColumn

indexColumn

Boolean indexColumn

Class org.jboss.dna.common.jdbc.model.spi.TableTypeBean extends DatabaseNamedObjectBean implements Serializable

serialVersionUID: -5095835769360603900L

Class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean extends SchemaObjectBean implements Serializable

serialVersionUID: -7493272131759308580L

Serialized Fields

columns

Set<E> columns

className

String className

sqlType

SqlType sqlType

baseType

SqlType baseType

superType

UserDefinedType superType

Package org.jboss.dna.common.jdbc.provider

Class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider extends Object implements Serializable

serialVersionUID: -4164910060171439260L

Serialized Fields

name

String name

properties

Properties properties

emptyStringNotation

String emptyStringNotation

nullStringNotation

String nullStringNotation

log

Logger log
Logging for this instance


databaseMetaData

DatabaseMetaData databaseMetaData
Database metadata


connection

Connection connection
Datbase connection

Class org.jboss.dna.common.jdbc.provider.DefaultDataSourceDatabaseMetadataProvider extends DefaultDatabaseMetadataProvider implements Serializable

serialVersionUID: -405855619877872933L

Serialized Fields

dataSourceName

String dataSourceName

dataSource

DataSource dataSource

Class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider extends DefaultDatabaseMetadataProvider implements Serializable

serialVersionUID: -3616979905696406464L

Serialized Fields

driverClassName

String driverClassName

databaseUrl

String databaseUrl

userName

String userName

password

String password

Package org.jboss.dna.common.math

Class org.jboss.dna.common.math.Duration extends Number implements Serializable

serialVersionUID: 1L

Serialized Fields

durationInNanos

long durationInNanos

components

Duration.Components components

Package org.jboss.dna.connector.federation

Class org.jboss.dna.connector.federation.FederatedRepositorySource extends Object implements Serializable

serialVersionUID: 7587346948013486977L

Serialized Fields

repositoryName

String repositoryName

sourceName

String sourceName

username

String username

password

String password

configurationSourceName

String configurationSourceName

configurationWorkspaceName

String configurationWorkspaceName

configurationSourcePath

String configurationSourcePath

securityDomain

String securityDomain

retryLimit

AtomicInteger retryLimit

Class org.jboss.dna.connector.federation.FederationException extends RuntimeException implements Serializable

serialVersionUID: -27536888064529864L

Class org.jboss.dna.connector.federation.Projection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sourceName

String sourceName

workspaceName

String workspaceName

rules

List<E> rules

simple

boolean simple

hc

int hc

Package org.jboss.dna.connector.federation.contribution

Class org.jboss.dna.connector.federation.contribution.Contribution extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sourceName

String sourceName

workspaceName

String workspaceName

expirationTimeInUtc

DateTime expirationTimeInUtc

Class org.jboss.dna.connector.federation.contribution.EmptyContribution extends Contribution implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.connector.federation.contribution.MultiChildContribution extends NonEmptyContribution implements Serializable

serialVersionUID: 1L

Serialized Fields

children

List<E> children

Class org.jboss.dna.connector.federation.contribution.MultiPropertyContribution extends NonEmptyContribution implements Serializable

serialVersionUID: 1L

Serialized Fields

properties

Map<K,V> properties

Class org.jboss.dna.connector.federation.contribution.NodeContribution extends MultiPropertyContribution implements Serializable

serialVersionUID: 1L

Serialized Fields

children

List<E> children

Class org.jboss.dna.connector.federation.contribution.NonEmptyContribution extends Contribution implements Serializable

serialVersionUID: 1L

Serialized Fields

locationInSource

Location locationInSource

Class org.jboss.dna.connector.federation.contribution.OneChildContribution extends NonEmptyContribution implements Serializable

serialVersionUID: 1L

Serialized Fields

child

Location child

Class org.jboss.dna.connector.federation.contribution.OnePropertyContribution extends NonEmptyContribution implements Serializable

serialVersionUID: 1L

Serialized Fields

property

Property property

Class org.jboss.dna.connector.federation.contribution.PlaceholderContribution extends MultiChildContribution implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.connector.federation.contribution.ThreePropertyContribution extends NonEmptyContribution implements Serializable

serialVersionUID: 1L

Serialized Fields

property1

Property property1

property2

Property property2

property3

Property property3

Class org.jboss.dna.connector.federation.contribution.TwoChildContribution extends NonEmptyContribution implements Serializable

serialVersionUID: 1L

Serialized Fields

child1

Location child1

child2

Location child2

Class org.jboss.dna.connector.federation.contribution.TwoPropertyContribution extends NonEmptyContribution implements Serializable

serialVersionUID: 1L

Serialized Fields

property1

Property property1

property2

Property property2

Package org.jboss.dna.connector.federation.merge

Class org.jboss.dna.connector.federation.merge.FederatedNode extends ReadNodeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

mergePlan

MergePlan mergePlan

Class org.jboss.dna.connector.federation.merge.FiveContributionMergePlan extends MergePlan implements Serializable

serialVersionUID: 1L

Serialized Fields

contribution1

Contribution contribution1

contribution2

Contribution contribution2

contribution3

Contribution contribution3

contribution4

Contribution contribution4

contribution5

Contribution contribution5

Class org.jboss.dna.connector.federation.merge.FourContributionMergePlan extends MergePlan implements Serializable

serialVersionUID: 1L

Serialized Fields

contribution1

Contribution contribution1

contribution2

Contribution contribution2

contribution3

Contribution contribution3

contribution4

Contribution contribution4

Class org.jboss.dna.connector.federation.merge.MergePlan extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

annotationLock

ReadWriteLock annotationLock

expirationTimeInUtc

DateTime expirationTimeInUtc

annotations

Map<K,V> annotations

Class org.jboss.dna.connector.federation.merge.MultipleContributionMergePlan extends MergePlan implements Serializable

serialVersionUID: 1L

Serialized Fields

contributions

List<E> contributions

Class org.jboss.dna.connector.federation.merge.OneContributionMergePlan extends MergePlan implements Serializable

serialVersionUID: 1L

Serialized Fields

contribution

Contribution contribution

Class org.jboss.dna.connector.federation.merge.ThreeContributionMergePlan extends MergePlan implements Serializable

serialVersionUID: 1L

Serialized Fields

contribution1

Contribution contribution1

contribution2

Contribution contribution2

contribution3

Contribution contribution3

Class org.jboss.dna.connector.federation.merge.TwoContributionMergePlan extends MergePlan implements Serializable

serialVersionUID: 1L

Serialized Fields

contribution1

Contribution contribution1

contribution2

Contribution contribution2

Package org.jboss.dna.connector.filesystem

Class org.jboss.dna.connector.filesystem.FileSystemSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

retryLimit

int retryLimit

cacheTimeToLiveInMilliseconds

int cacheTimeToLiveInMilliseconds

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

Package org.jboss.dna.connector.jbosscache

Class org.jboss.dna.connector.jbosscache.JBossCacheSource extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

name

String name

rootNodeUuid

UUID rootNodeUuid

defaultCachePolicy

CachePolicy defaultCachePolicy

cacheConfigurationName

String cacheConfigurationName

cacheFactoryJndiName

String cacheFactoryJndiName

cacheJndiName

String cacheJndiName

retryLimit

int retryLimit

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

Package org.jboss.dna.connector.jdbc

Class org.jboss.dna.connector.jdbc.JdbcRepositorySource extends Object implements Serializable

serialVersionUID: 3380130639143030018L

Serialized Fields

retryLimit

AtomicInteger retryLimit

name

String name

capabilities

org.jboss.dna.connector.jdbc.JdbcRepositorySource.Capabilities capabilities

defaultCachePolicy

CachePolicy defaultCachePolicy

Package org.jboss.dna.connector.store.jpa

Class org.jboss.dna.connector.store.jpa.JpaSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

dataSourceJndiName

String dataSourceJndiName

dialect

String dialect

username

String username

password

String password

url

String url

driverClassName

String driverClassName

driverClassloaderName

String driverClassloaderName

rootNodeUuid

String rootNodeUuid

maximumConnectionsInPool

int maximumConnectionsInPool

minimumConnectionsInPool

int minimumConnectionsInPool

maximumConnectionIdleTimeInSeconds

int maximumConnectionIdleTimeInSeconds

maximumSizeOfStatementCache

int maximumSizeOfStatementCache

numberOfConnectionsToAcquireAsNeeded

int numberOfConnectionsToAcquireAsNeeded

idleTimeInSecondsBeforeTestingConnections

int idleTimeInSecondsBeforeTestingConnections

retryLimit

int retryLimit

cacheTimeToLiveInMilliseconds

int cacheTimeToLiveInMilliseconds

largeValueSizeInBytes

long largeValueSizeInBytes

compressData

boolean compressData

referentialIntegrityEnforced

boolean referentialIntegrityEnforced

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

modelName

String modelName

Package org.jboss.dna.connector.store.jpa.model.basic

Class org.jboss.dna.connector.store.jpa.model.basic.ChildId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceId

Long workspaceId

parentUuidString

String parentUuidString

childUuidString

String childUuidString

Class org.jboss.dna.connector.store.jpa.model.basic.LargeValueId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

String hash

Class org.jboss.dna.connector.store.jpa.model.basic.NodeId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceId

Long workspaceId

uuidString

String uuidString

Class org.jboss.dna.connector.store.jpa.model.basic.ReferenceId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceId

Long workspaceId

fromUuidString

String fromUuidString

toUuidString

String toUuidString

Package org.jboss.dna.connector.svn

Class org.jboss.dna.connector.svn.SVNRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

repositoryRootURL

String repositoryRootURL

username

String username

password

String password

retryLimit

int retryLimit

cacheTimeToLiveInMilliseconds

int cacheTimeToLiveInMilliseconds

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

Package org.jboss.dna.graph.cache

Class org.jboss.dna.graph.cache.BasicCachePolicy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timeToLiveInMillis

long timeToLiveInMillis

Class org.jboss.dna.graph.cache.ImmutableCachePolicy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timeToCache

long timeToCache

Package org.jboss.dna.graph.connector

Class org.jboss.dna.graph.connector.RepositorySourceException extends RuntimeException implements Serializable

serialVersionUID: -7704170453962924565L

Serialized Fields

sourceName

String sourceName

Package org.jboss.dna.graph.connector.federation

Class org.jboss.dna.graph.connector.federation.FederatedRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

retryLimit

int retryLimit

capabilities

RepositorySourceCapabilities capabilities

Class org.jboss.dna.graph.connector.federation.ForkRequestProcessor.BlockedRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

original

Request original

Class org.jboss.dna.graph.connector.federation.ForkRequestProcessor.LastRequest extends Request implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.graph.connector.federation.Projection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sourceName

String sourceName

workspaceName

String workspaceName

rules

List<E> rules

simple

boolean simple

readOnly

boolean readOnly

hc

int hc

Package org.jboss.dna.graph.connector.inmemory

Class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

jndiName

String jndiName

defaultWorkspaceName

String defaultWorkspaceName

rootNodeUuid

UUID rootNodeUuid

defaultCachePolicy

CachePolicy defaultCachePolicy

retryLimit

AtomicInteger retryLimit

Package org.jboss.dna.graph.observe

Class org.jboss.dna.graph.observe.Changes extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

processId

String processId

userName

String userName

sourceName

String sourceName

timestamp

DateTime timestamp

changeRequests

List<E> changeRequests

Package org.jboss.dna.graph.property

Class org.jboss.dna.graph.property.InvalidPathException extends RuntimeException implements Serializable

serialVersionUID: 6034512896518552227L

Class org.jboss.dna.graph.property.InvalidPathExpressionException extends RuntimeException implements Serializable

serialVersionUID: 358951801604727022L

Class org.jboss.dna.graph.property.IoException extends RuntimeException implements Serializable

serialVersionUID: -2015526722307950714L

Class org.jboss.dna.graph.property.NamespaceException extends RuntimeException implements Serializable

serialVersionUID: 1300642242538881207L

Class org.jboss.dna.graph.property.PathExpression extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

String expression

matchPattern

Pattern matchPattern

selectPattern

Pattern selectPattern

Class org.jboss.dna.graph.property.PathNotFoundException extends RuntimeException implements Serializable

serialVersionUID: -3703984046286975978L

Serialized Fields

location

Location location

lowestAncestorThatDoesExist

Path lowestAncestorThatDoesExist

Class org.jboss.dna.graph.property.ReferentialIntegrityException extends RuntimeException implements Serializable

serialVersionUID: -3703984046286975978L

Serialized Fields

invalidReferences

Map<K,V> invalidReferences

Class org.jboss.dna.graph.property.ValueFormatException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

targetType

PropertyType targetType

Package org.jboss.dna.graph.property.basic

Class org.jboss.dna.graph.property.basic.AbstractBinary extends Object implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.graph.property.basic.AbstractPath extends Object implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.graph.property.basic.AbstractValueFactory$1 extends Object implements Serializable

Class org.jboss.dna.graph.property.basic.BasicName extends Object implements Serializable

serialVersionUID: -1737537720336990144L

Serialized Fields

namespaceUri

String namespaceUri

localName

String localName

hc

int hc

Class org.jboss.dna.graph.property.basic.BasicPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Serialized Fields

segments

List<E> segments

absolute

boolean absolute

normalized

boolean normalized

Class org.jboss.dna.graph.property.basic.BasicPathSegment extends Object implements Serializable

serialVersionUID: 4367349287846075157L

Serialized Fields

name

Name name

index

int index

Class org.jboss.dna.graph.property.basic.ChildPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

Path parent

child

Path.Segment child

size

int size

Class org.jboss.dna.graph.property.basic.InMemoryBinary extends AbstractBinary implements Serializable

serialVersionUID: 2L

Serialized Fields

bytes

byte[] bytes

sha1hash

byte[] sha1hash

hc

int hc

Class org.jboss.dna.graph.property.basic.JodaDateTime extends Object implements Serializable

serialVersionUID: -730188225988292422L

Serialized Fields

instance

org.joda.time.DateTime instance

Class org.jboss.dna.graph.property.basic.RootPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.graph.property.basic.UuidReference extends Object implements Serializable

serialVersionUID: 2299467578161645109L

Serialized Fields

uuid

UUID uuid

Package org.jboss.dna.graph.request

Class org.jboss.dna.graph.request.CacheableRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

policy

CachePolicy policy

timeLoaded

DateTime timeLoaded

Class org.jboss.dna.graph.request.ChangeRequest extends Request implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.graph.request.CloneWorkspaceRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

nameOfWorkspaceToBeCloned

String nameOfWorkspaceToBeCloned

desiredNameOfTargetWorkspace

String desiredNameOfTargetWorkspace

createConflictBehavior

CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior

cloneConflictBehavior

CloneWorkspaceRequest.CloneConflictBehavior cloneConflictBehavior

actualWorkspaceName

String actualWorkspaceName

actualLocationOfRoot

Location actualLocationOfRoot

Class org.jboss.dna.graph.request.CompositeRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

requests

List<E> requests

readOnly

boolean readOnly

Class org.jboss.dna.graph.request.CopyBranchRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

from

Location from

into

Location into

fromWorkspace

String fromWorkspace

intoWorkspace

String intoWorkspace

desiredNameForCopy

Name desiredNameForCopy

conflictBehavior

NodeConflictBehavior conflictBehavior

actualFromLocation

Location actualFromLocation

actualIntoLocation

Location actualIntoLocation

Class org.jboss.dna.graph.request.CreateNodeRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

under

Location under

workspaceName

String workspaceName

childName

Name childName

properties

List<E> properties

conflictBehavior

NodeConflictBehavior conflictBehavior

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.CreateWorkspaceRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

desiredNameOfNewWorkspace

String desiredNameOfNewWorkspace

createConflictBehavior

CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior

actualWorkspaceName

String actualWorkspaceName

actualLocationOfRoot

Location actualLocationOfRoot

Class org.jboss.dna.graph.request.DeleteBranchRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.DeleteChildrenRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

actualLocation

Location actualLocation

actualChildrenDeleted

List<E> actualChildrenDeleted

Class org.jboss.dna.graph.request.DestroyWorkspaceRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceName

String workspaceName

actualLocationOfRoot

Location actualLocationOfRoot

Class org.jboss.dna.graph.request.GetWorkspacesRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

availableWorkspaceNames

Set<E> availableWorkspaceNames

Class org.jboss.dna.graph.request.InvalidRequestException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.graph.request.InvalidWorkspaceException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.graph.request.MoveBranchRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

from

Location from

into

Location into

before

Location before

workspaceName

String workspaceName

desiredNameForNode

Name desiredNameForNode

conflictBehavior

NodeConflictBehavior conflictBehavior

actualOldLocation

Location actualOldLocation

actualNewLocation

Location actualNewLocation

Class org.jboss.dna.graph.request.ReadAllChildrenRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

of

Location of

workspaceName

String workspaceName

children

List<E> children

actualOf

Location actualOf

Class org.jboss.dna.graph.request.ReadAllPropertiesRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

properties

Map<K,V> properties

numberOfChildren

int numberOfChildren

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

of

Location of

workspaceName

String workspaceName

children

List<E> children

startingAtIndex

int startingAtIndex

count

int count

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.ReadBranchRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

maxDepth

int maxDepth

nodes

Map<K,V> nodes

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

children

List<E> children

startingAfter

Location startingAfter

workspaceName

String workspaceName

count

int count

actualStartingAfter

Location actualStartingAfter

Class org.jboss.dna.graph.request.ReadNodeRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

properties

Map<K,V> properties

children

List<E> children

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.ReadPropertyRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

on

Location on

workspaceName

String workspaceName

propertyName

Name propertyName

property

Property property

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.RemovePropertyRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

from

Location from

workspaceName

String workspaceName

propertyName

Name propertyName

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.RenameNodeRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

newName

Name newName

actualOldLocation

Location actualOldLocation

actualNewLocation

Location actualNewLocation

Class org.jboss.dna.graph.request.Request extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

error

Throwable error

cancelled

AtomicBoolean cancelled

frozen

AtomicBoolean frozen

Class org.jboss.dna.graph.request.SetPropertyRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

on

Location on

workspaceName

String workspaceName

property

Property property

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.UnsupportedRequestException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.graph.request.UpdatePropertiesRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

on

Location on

workspaceName

String workspaceName

properties

Map<K,V> properties

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.VerifyNodeExistsRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

actualLocation

Location actualLocation

Class org.jboss.dna.graph.request.VerifyWorkspaceRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceName

String workspaceName

actualLocationOfRoot

Location actualLocationOfRoot

actualWorkspaceName

String actualWorkspaceName

Package org.jboss.dna.jcr

Class org.jboss.dna.jcr.JcrPropertyDefinition$RangeConstraintChecker$1 extends Object implements Serializable

Class org.jboss.dna.jcr.NodeDefinitionId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nodeTypeName

Name nodeTypeName

childDefinitionName

Name childDefinitionName

requiredPrimaryTypes

Name[] requiredPrimaryTypes

stringRepresentation

String stringRepresentation
A cached string representation, which is used for NodeDefinitionId.equals(Object) and NodeDefinitionId.hashCode() among other things.

Class org.jboss.dna.jcr.PropertyDefinitionId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nodeTypeName

Name nodeTypeName

propertyDefinitionName

Name propertyDefinitionName

propertyType

int propertyType

allowsMultiple

boolean allowsMultiple

stringRepresentation

String stringRepresentation
A cached string representation, which is used for PropertyDefinitionId.equals(Object) and PropertyDefinitionId.hashCode() among other things.

Class org.jboss.dna.jcr.SecurityContextCredentials extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

securityContext

SecurityContext securityContext

Package org.jboss.dna.jcr.nodetype

Class org.jboss.dna.jcr.nodetype.InvalidNodeTypeDefinitionException extends javax.jcr.RepositoryException implements Serializable

serialVersionUID: 1L

Class org.jboss.dna.jcr.nodetype.NodeTypeExistsException extends javax.jcr.RepositoryException implements Serializable

serialVersionUID: 1L

Serialized Fields

nodeType

Name nodeType

Package org.jboss.dna.maven

Class org.jboss.dna.maven.MavenRepositoryException extends RuntimeException implements Serializable

serialVersionUID: -9198687929215916061L


Package org.jboss.dna.repository

Class org.jboss.dna.repository.DnaConfiguration$GraphComponentBuilder$1 extends Object implements Serializable

Class org.jboss.dna.repository.DnaConfiguration$SequencerBuilder$1 extends Object implements Serializable

Class org.jboss.dna.repository.DnaConfigurationException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.jboss.dna.repository.sequencer

Class org.jboss.dna.repository.sequencer.InvalidSequencerPathExpression extends RuntimeException implements Serializable

serialVersionUID: -2814638971450551156L

Class org.jboss.dna.repository.sequencer.SequencerException extends RuntimeException implements Serializable

serialVersionUID: -7610898771539657335L

Class org.jboss.dna.repository.sequencer.SequencerPathExpression extends Object implements Serializable

serialVersionUID: 229464314137494765L

Serialized Fields

selectExpression

PathExpression selectExpression

outputExpression

String outputExpression

hc

int hc

Package org.jboss.example.dna.repository

Class org.jboss.example.dna.repository.RepositoryClient.JaasCredentials extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

LoginContext context



Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.