All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AdminAuthCallback |
Prescribes behavior of authentication callbacks which modules can implement
to provide callback behavior without the authentication logic needing to
know about specific implementations ahead of time.
|
| AdminAuthCallback.Authenticator |
|
| AdminAuthCallback.RequestAccepter |
Prescribes behavior of callbacks that use request-time data in making
their decisions.
|
| AdminAuthCallback.Validator |
|
| AdminAuthenticator |
|
| AdminAuthenticator.AuthenticatorType |
|
| AdminCommandResponse |
Wraps the Manifest object returned by the Server.
|
| Agent |
This interface exposes the call flow agent API.
|
| AgentAdapter |
This class provides a fallback implementation.
|
| AnnotationUtil |
Place for handy annotation utils.
|
| AppClientSSL |
|
| AppServSecurityContext |
The SecurityContext Interface, also provide factory methods
|
| ArchivistUtils |
This class contains utility methods that handles the archives.
|
| AsadminInput |
Implements in one place the details of providing data to asadmin's
System.in and consuming it.
|
| AsadminInput.InputReader |
|
| AsadminSecurityUtil |
Various utility methods related to certificate-based security.
|
| AsadminTruststore |
This class implements an adapter for password manipulation a JCEKS.
|
| ASenvPropertyReader |
Class ASenvPropertyReader
This class converts the variables stored in asenv.conf (UNIX)
or asenv.bat (WINDOWS) into their equivalent system properties.
|
| ASURLClassLoader |
Class loader used by the ejbs of an application or stand alone module.
|
| ASURLClassLoader.URLEntry |
URL entry - keeps track of the url resources.
|
| AuthTokenManager |
Coordinates generation and consumption of very-limited-use authentication tokens.
|
| BaseCache |
BaseCache
Generic in-memory, abstract cache
|
| BaseCache.CacheItem |
default CacheItem class implementation
|
| BaseIndirectlySerializable |
|
| BeanUtils |
Static methods which are handy to manipulate java beans
|
| BooleanLatch |
Acts like a CountDownLatch except that it only requires a single signal to fire.
|
| BooleanUtils |
|
| BoundedMultiLruCache |
MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists
Underlying Hashtable is made into logical segments, with each segment
having its own LRU list.
|
| Cache |
Cache
Generic cache interface
|
| CacheListener |
CacheListener
Generic cache listener interface
|
| CallFlowInfo |
|
| CipherInfo |
This class represents the information associated to ciphers.
|
| CNonceCache |
|
| CollectionUtils |
all-static methods for handling operations with Collections
|
| ColumnFormatter |
|
| CommandModelImpl |
Model for an administrative command
|
| CommonUtilsActivator |
|
| ComponentType |
|
| Constants |
define all cache related constants
|
| Constants |
These are constants that can be used throughout the server
|
| ContainerTypeOrApplicationType |
|
| CULoggerInfo |
Logger information for the common-util module.
|
| DDPermissionsLoader |
|
| DomainDirs |
A class for keeping track of the directories that a domain lives in and under.
|
| DomainScopedPasswordAliasStore |
Marker interface identifying a PasswordAliasStore implementation as one used for storing domain-scoped password aliases.
|
| Duration |
Convert a msec duration into weeks, hours, minutes, seconds
|
| EarlyLogger |
|
| EarlyLogger.LevelAndMessage |
|
| EntityManagerMethod |
|
| EntityManagerQueryMethod |
|
| Environment |
Environment class that contains information about
from where this appserver instance is being invoked from
|
| ExceptionUtil |
Useful utilities for Exceptions
Subset of methods copied from org.glassfish.admin.amx.util
|
| ExecException |
|
| FelixPrettyPrinter |
|
| FileLister |
|
| FileListerRelative |
|
| FileRealmHelper |
Helper class for implementing file password authentication.
|
| FileRealmHelper.User |
Represents a FileRealm user.
|
| FileUtils |
|
| GenericCommandModel |
|
| GFBase64Decoder |
|
| GFBase64Encoder |
|
| GFLauncherUtils |
Package private static utility methods
|
| GFSystem |
A replacement for System Properties
An InheritableThreadLocal is used to store the "impl".
|
| GFSystemImpl |
A replacement for System Properties
This is designed so that each instance in a shared JVM can have its own
System Properties.
|
| GlassFishErrorServiceImpl |
|
| Group |
This class implements the EJB concept of a Group.
|
| HAUtil |
|
| HK2BindTracingService |
This file is used to turn on HK2 bind and unbind tracing
|
| HostAndPort |
Represents a host and a port in a convenient package that also
accepts a convenient constructor.
|
| IdentityManagement |
A @link {Contract} that satisfies credential information requirements of server.
|
| InputStreamInboundPayload |
Implementation of a Payload.Inbound that works with InputStreams
Usage is like this:
CommandRunner.CommandInvocation ci =
commandRunner.getCommandInvocation("some-command", areport, theSubject);
InputStreamPayload in = new InputStreamInboundPayload();
// get an InputStream is from somewhere
in.addStream("someoption", is)
// get another InputStream for the operand
in.addStream("DEFAULT", is)
ParameterMap map = new ParameterMap();
// populate map with other options
ci.inbound(in).parameters(map).execute();
|
| InputValidationUtil |
|
| InstanceDirs |
A class for keeping track of the directories that an instance lives in and under.
|
| JarURIPattern |
|
| JasperAdapter |
Represents an interface that must be implemented by classloaders
that don't extend URLClassLoader and are installed as the parent
classloader for web applications.
|
| JavaClassRunner |
Very simple initial implementation
If it is useful there are plenty of improvements that can be made...
|
| JavaVersion |
This class has been copied from open installer
|
| JDK |
A simple class that fills a hole in the JDK.
|
| JmxBaseCache |
This class provides implementation for JmxBaseCacheMBean
|
| JmxBaseCacheMBean |
This interface defines the attributes exposed by the BaseCache MBean
|
| JmxBoundedMultiLruCache |
This class provides implementation for JmxLruCache MBean
|
| JmxBoundedMultiLruCacheMBean |
This interface defines the attributes exposed by the MultiLruCache MBean
|
| JmxLruCache |
This class provides implementation for JmxLruCache MBean
|
| JmxLruCacheMBean |
This interface defines the attributes exposed by the LruCache MBean
|
| JmxMultiLruCache |
This class provides implementation for JmxLruCache MBean
|
| JmxMultiLruCacheMBean |
This interface defines the attributes exposed by the MultiLruCache MBean
|
| Jps |
Run a native process with jps
-- get the pid for a running JVM
note: dropping in an implementation for jps is not hard.
|
| Jstack |
Provide a Jstack getDump of a given PID -- or a concatenated getDump of ALL
running JVMs.
|
| Listener |
This interface exposes the call flow Listener API.
|
| LocalAdminCommand |
Very simple -- run an Asadmin command.
|
| LocalStringManager |
A local string manager.
|
| LocalStringManagerImpl |
Implementation of a local string manager.
|
| LocalStrings |
This class makes getting localized strings super-simple.
|
| LocalStringsImpl |
This class makes getting localized strings super-simple.
|
| LogCleanerUtil |
|
| LogDomains |
Class LogDomains
|
| LoggingConfig |
Interface for Logging Commands
|
| LoggingConfigImpl |
Implementation of Logging Commands
|
| LoggingOutputStream |
Implementation of a OutputStream that flush the records to a Logger.
|
| LoggingPropertyNames |
|
| LoggingXMLNames |
|
| LoginInfo |
An immutable class that represents an arbitrary LoginInfo for Appserver Administration Client.
|
| LoginInfoStore |
An interface that represents the database of LoginInfo objects.
|
| LoginInfoStoreFactory |
A factory class to create instances of LoginInfoStore.
|
| LruCache |
LRUCache
in-memory bounded cache with an LRU list
|
| LruCache.LruCacheItem |
default CacheItem class implementation
|
| ManagedFile |
Defines the notion of a managed file with a classic Read-Write locking policy.
|
| ManagedFile.ManagedLock |
|
| ManifestUtils |
all-static methods for handling operations with Manifests
It automatically replace all occurences of EOL_TOKEN with linefeeds
|
| ManPageFinder |
A utility class that gets the plain text man page for the
given command.
|
| MapBuilder<K,V> |
Convenience class for building a literal map.
|
| MapInjectionResolver |
An InjectionResolver that uses a ParameterMap object as the source of
the data to inject.
|
| MasterPassword |
A contract to pass the Glassfish master password between the admin module and
the security module.
|
| MemoryHashLoginInfoStore |
A LoginInfoStore that reads the information from the default file ".gfclient/pass"
and stores it as a map in the memory.
|
| MiniXmlParser |
A fairly simple but very specific stax XML Parser.
|
| MiniXmlParserException |
|
| MultiLruCache |
MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists
Underlying Hashtable is made into logical segments, with each segment
having its own LRU list.
|
| NameValue<K,V> |
This class is needed so often in so many places.
|
| NanoDuration |
Convert a nanosec duration into something readable
|
| NetUtils |
|
| NetUtils.PortAvailability |
|
| NonceInfo |
|
| NonOSGiObjectInputOutputStreamFactoryImpl |
|
| ObjectAnalyzer |
|
| ObjectInputOutputStreamFactory |
|
| ObjectInputOutputStreamFactoryFactory |
|
| ObjectInputStreamWithLoader |
This subclass of ObjectInputStream delegates loading of classes to
an existing ClassLoader.
|
| OS |
|
| OSGiObjectInputOutputStreamFactoryImpl |
|
| ParameterMapExtractor |
Extracts a ParameterMap corresponding to the
parameters defined on injected objects, such as AdminCommand or
CommandParameters implementations.
|
| ParamTokenizer |
Separate parameters to admin commands into tokens.
|
| PasswordAdapter |
This class implements an adapter for password manipulation a JCEKS.
|
| PasswordAliasResolverImpl |
Provides password alias resolution, using an internal password alias store
to actually resolve an alias if one is specified.
|
| PayloadFilesManager |
Manages transferred files delivered via the request or response Payload.
|
| PayloadFilesManager.ActionReportHandler |
|
| PayloadFilesManager.Perm |
Extracts files from a Payload and leaves them on disk.
|
| PayloadFilesManager.Temp |
Extracts files from a payload, treating them as temporary files.
|
| PayloadImpl |
Abstract implementation of the Payload API.
|
| PayloadImpl.Inbound |
Partial implementation of the Inbound interface.
|
| PayloadImpl.Outbound |
|
| PayloadImpl.Part |
Partial implementation of Part.
|
| PermissionCreator |
|
| PermsHolder |
|
| PersistenceTypeResolver |
|
| PreprocessorUtil |
PreprocessorUtil is a utility class for managing the bytecode
preprocessor(s).
|
| PrincipalImpl |
This class implements the principal interface.
|
| ProcessExecutor |
Deprecated.
|
| ProcessManager |
|
| ProcessManagerException |
|
| ProcessManagerTimeoutException |
|
| ProcessStreamDrainer |
If you don't drain a process' stdout and stderr it will cause a deadlock after a few hundred bytes of output.
|
| ProcessUtils |
Includes a somewhat kludgy way to get the pid for "me".
|
| Profiler |
A easy-to-use class that wraps one global ProfilerImpl object.
|
| ProfilerImpl |
Simple class for profiling code.
|
| PropertiesDecoder |
|
| RealmInitializer |
Interface to facilitate Initialization of the injected Realm Instance with Application Descriptor info see
com.sun.enterprise.web.WebContainer and com.sun.web.security.RealmAdapter
|
| ReflectUtils |
Place to put utility methods that the JVM doesn't supply
|
| RegexUtil |
Provides some regex utilities.
|
| RequestInfo |
|
| RequestType |
|
| RestSessionManager |
Manages Rest Sessions.
|
| Result<T> |
Used to carry a result or an exception justifying why a result could not be produced
|
| Role |
In EJBs, ACL checking is done using the Roles.
|
| SecurityConstants |
Constants used by SecurityModule and also Constants Exported by Security Module for Other Modules
|
| SecurityUtils |
Created October 28, 2010
|
| ServerDirs |
The hierarchy of directories above a running DAS or server instance can get
messy to deal with -- thus this class.
|
| ServerEnvironmentImpl |
Defines various global configuration for the running GlassFish instance.
|
| SharedSecureRandomImpl |
An utility class that supplies an Initialized SecureRandom.
|
| SmartFile |
A class for sanitizing Files.
|
| SSHA |
Util class for salted SHA processing.
|
| StoreException |
An exception class to communicate the error in accessing or mutating the store.
|
| StringManager |
Implementation of a local string manager.
|
| StringManagerBase |
Implementation of a local string manager.
|
| StringUtils |
|
| SystemPropertyConstants |
|
| SystemProps |
|
| TextPayloadImpl |
Implements the Payload API for a message containing only a single text part.
|
| TextPayloadImpl.Inbound |
|
| ThreadLocalData |
This interface provides access to the thread local call flow data.
|
| TimerSchedule |
This class converts a cron-like string to its internal representation
and calculates the next timeout after the current timestamp.
|
| ToDo |
Annotation indicating the code needs attention for some reasson
|
| ToDo.Kind |
|
| ToDo.Priority |
|
| TokenResolver |
Here is the contract:
You give me a Map object.
|
| UnacceptableValueException |
HK2 has an Injection Manager.
|
| URLPattern |
|
| Utility |
Handy class full of static functions.
|
| UuidGenerator |
|
| UuidGeneratorImpl |
|
| UuidGeneratorPaddedImpl |
|
| UuidUtil |
Class UuidUtil
|
| UuidUtilPadded |
|
| Version |
This class provides static methods to make accessible the version as well as
the individual parts that make up the version
|
| VersionInfoImpl |
|
| XmlParserHelper |
A place to put all the ugly boiler plate for parsing an XML file.
|
| ZipFile |
|
| ZipFileException |
|
| ZipFileTester |
|
| ZipItem |
This class encapsulates the two pieces of information required to make a
ZipEntry -- the "real" path, and the path you want to appear in the zip file
|
| ZipWriter |
|