Interface Summary |
Collection |
A Collection is a set of Java objects. |
Credential |
A Credential encapsulates the information presented to a CredentialManager
to authenticate a user. |
CredentialNameTokenizer |
A CredentialNameTokenizer converts usernames into userids and subscriber
names. |
DirectoryObjectInterface |
DirectoryObjectInterface defines methods common to DirectoryObject and
S_DirectoryObject. |
ExtendedPermissionInterface |
ExtendedPermissionInterface defines methods common to ExtendedPermission
and S_ExtendedPermission. |
IfsEventHandler |
A IfsEventHandler can take action in response to IfsEvents. |
LibraryObjectInterface |
LibraryObjectInterface defines methods common to LibraryObject and
S_LibraryObject. |
LibrarySessionInterface |
The LibrarySessionInterface interface. |
PublicObjectInterface |
PublicObjectInterface defines methods common to PublicObject and
S_PublicObject. |
SchemaObjectInterface |
SchemaObjectInterface defines methods common to SchemaObject and
S_SchemaObject. |
SystemObjectInterface |
SystemObjectInterface defines methods common to SystemObject and
S_SystemObject. |
Traceable |
The Traceable interface. |
Transaction |
A Transaction is a token returned by
LibrarySession.beginTransaction that can be passed to
LibrarySession.completeTransaction or
LibrarySession.abortTransaction . |
Class Summary |
AccessLevel |
The AccessLevel class. |
AttributeValue |
An AttributeValue represents the value of an Attribute of a LibraryObject. |
CachedCollection |
A CachedCollection is a Collection whose items are cached for performance. |
CachedResolverCollection |
A CachedResolverCollection is a CachedCollection whose items are
java.lang.Object s specified by a CollectionResolver. |
CachedSelectorCollection |
A CachedSelectorCollection is a CachedCollection whose items are
LIBRARYOBJECTs specified by a Selector or S_Selector. |
ChallengeResponseCredential |
A ChallengeResponseCredential encapsulates a name, challenge, and response
for presentation to a CredentialManager to authenticate a user, based on
the SMB authentication mechanism. |
CleartextCredential |
A CleartextCredential encapsulates an unencrypted name and password
for presentation to a CredentialManager to authenticate a user. |
ConnectOptions |
ConnectOptions is a bucket of parameters that govern
the behavior of LibraryService.connect . |
ContextTheme |
The ContextTheme.java class - used for encapsulating a Context
Theme for a document, with its associated theme Weight. |
HttpDigestCredential |
A HttpDigestCredential encapsulates a name, challenge, and response
for presentation to a CredentialManager to authenticate a user. |
IfsCredentialNameTokenizer |
IfsCredentialNameTokenizer is the standard CredentialNameTokenizer for
iFS. |
IfsEvent |
A IfsEvent is a message indicating that a specific LibraryObject was
changed in some way. |
Localizer |
A Localizer encapsulates internationalization information. |
ParameterTable |
This class contains a list of named parameters in a Hashtable. |
SortQualifier |
A SortQualifer encapsulates the specification of the sort
of a single attribute. |
SortSpecification |
The SortSpecification class is used to specify
a sort order for operations that can be sorted, such
as opening a folder. |
TokenCredential |
A TokenCredential encapsulates a token created by an authenticated
LibrarySession that may be used to create a new LibrarySession,
authenticating as the same DirectoryUser as the earlier session. |
TraceLogger |
TraceLogger is the abstract tracing superclass. |
UncachedSelectorCollection |
An UncachedSelectorCollection is a Collection whose items are LIBRARYOBJECTs
specified by a Selector or S_Selector and not cached by the collection. |