All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

accept(). Method in class sun.security.ssl.SSLServerSocket
Accept a new SSL connection.
accept(File, String). Method in class sun.server.ServiceConfiguration
Implement file filtering to get just .properties files.
AclEntryImpl(). Constructor for class sun.security.acl.AclEntryImpl
Construct a null ACL entry
AclEntryImpl(Principal). Constructor for class sun.security.acl.AclEntryImpl
Construct an ACL entry that associates a user with permissions in the ACL.
AclImpl(Principal, String). Constructor for class sun.security.acl.AclImpl
Constructor for creating an empty ACL.
add(String, Object). Method in class sun.server.util.RegexpPool
Add a regular expression to the pool of regular expressions.
addEntry(Principal, AclEntry). Method in class sun.security.acl.AclImpl
Adds an ACL entry to this ACL.
addIdentity(Identity). Method in class sun.server.realm.IdentityMap
Store this Identity to a corresponding file, labeled by name.
addMember(Principal). Method in class sun.security.acl.GroupImpl
adds the specified member to the group.
addOwner(Principal, Principal). Method in class sun.security.acl.OwnerImpl
Adds an owner.
addPermission(Permission). Method in class sun.security.acl.AclEntryImpl
A principal or a group can be associated with multiple permissions.
addServletStartup(String). Method in class sun.server.ServletInfo
Adds servletName to the list of servlets to be started at startup Currently does not check if servletName is already in the list
AdminBase(). Constructor for class sun.server.AdminBase
Alarm(AlarmHandler). Constructor for class sun.server.util.Alarm
Creates a new alarm for the specified handler.
Alarm(long, AlarmHandler). Constructor for class sun.server.util.Alarm
Creates a new alarm for the specified time and handler.
AlarmManager(). Constructor for class sun.server.util.AlarmManager
AlarmManager(). Method in class sun.server.util.AlarmManager
Creates a new alarm manager, for managing alarm events.
algid. Variable in class sun.security.x509.X509Cert
algid. Variable in class sun.security.x509.X509Key
AlgIdDSA(). Constructor for class sun.security.x509.AlgIdDSA
Default constructor.
AlgIdDSA(BigInteger, BigInteger, BigInteger). Constructor for class sun.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from numeric parameters.
AlgIdDSA(byte[]). Constructor for class sun.security.x509.AlgIdDSA
Construct an AlgIdDSA from an X.509 encoded byte array.
AlgIdDSA(byte[], byte[], byte[]). Constructor for class sun.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from unsigned integers that define the algorithm parameters.
AlgorithmId(). Constructor for class sun.security.x509.AlgorithmId
Constructs an algorithm ID which will be initialized separately, for example by deserialization.
AlgorithmId(ObjectIdentifier). Constructor for class sun.security.x509.AlgorithmId
Constructs a parameterless algorithm ID.
AllPermissionsImpl(String). Constructor for class sun.security.acl.AllPermissionsImpl
AuthContext(). Constructor for class sun.security.AuthContext
Constructs the common authentication context infrastructure.
authenticate(String). Method in interface sun.server.realm.PassphraseAuth
Authenticates the entity using the passphrase.
authPropName. Static variable in class sun.security.ssl.SSLEndpoint
Key identifying whether client authentication is needed.
authSharedPassword. Static variable in class sun.server.realm.Realm
Identifies an authentication scheme where the server and client share knowledge of the same secret passphrase (or password).
authUNIX. Static variable in class sun.server.realm.Realm
Identifies the classic UNIX (tm) authentication scheme, where the server holds the result of a salted encryption of the user's secret passphrase.
authX509DSS. Static variable in class sun.server.realm.Realm
Identifies an authentication scheme where the server holds a DSS/DSA certificate with the user's public key, signed by some certificate authority which it trusts.
authX509RSA. Static variable in class sun.server.realm.Realm
Identifies an authentication scheme where the server holds an RSA certificate with the user's public key, signed by some certificate authority which it trusts.
avail. Variable in class sun.server.Service
The number of handler threads waiting for connections.
available(). Method in interface sun.server.util.URLContents
Check if the contents in this URLContents is ready for reading or is in the process of being fetched.
available(). Method in class sun.server.util.URLContentsImpl
Check if the contents in this URLContents is ready for reading or is in the process of being fetched.

B

backlog. Variable in class sun.server.ServiceParameters
Backlog parameter for listen.
backlogPropName. Static variable in class sun.server.ConnectionEndpoint
Key for value controlling connection setup backlog.
BadAclException(String). Constructor for class sun.server.realm.BadAclException
Constructs the exception, with descriptive information.
BadGroupException(String). Constructor for class sun.server.realm.BadGroupException
Constructs the exception, with descriptive information.
BadRealmException(String). Constructor for class sun.server.realm.BadRealmException
Constructs the exception, with descriptive information.
BadUserException(String). Constructor for class sun.server.realm.BadUserException
Constructs the exception, with descriptive information.
BASE64Decoder(). Constructor for class sun.server.util.BASE64Decoder
BASE64Encoder(). Constructor for class sun.server.util.BASE64Encoder
buf. Variable in class sun.server.log.LogOutputStream
The buffer where output data is stored.
buf. Variable in class sun.server.util.TextOutputStream
The buffer where output data is stored.
build(File). Static method in class sun.server.realm.SharedPasswordRealm
Builds a new instance of a shared password realm, with default policies established.
bytesPerAtom(). Method in class sun.server.util.BASE64Decoder
This class has 4 bytes per atom
bytesPerAtom(). Method in class sun.server.util.BASE64Encoder
this class encodes three bytes per atom.
bytesPerAtom(). Method in class sun.server.util.CharacterDecoder
Return the number of bytes per atom of decoding
bytesPerAtom(). Method in class sun.server.util.CharacterEncoder
Return the number of bytes per atom of encoding
bytesPerLine(). Method in class sun.server.util.BASE64Decoder
Any multiple of 4 will do, 72 might be common
bytesPerLine(). Method in class sun.server.util.BASE64Encoder
this class encodes 57 bytes per line.
bytesPerLine(). Method in class sun.server.util.CharacterDecoder
Return the maximum number of bytes that can be encoded per line
bytesPerLine(). Method in class sun.server.util.CharacterEncoder
Return the number of bytes that can be encoded per line

C

Cache(). Constructor for class sun.server.util.Cache
Constructs a new, empty Cache.
Cache(int). Constructor for class sun.server.util.Cache
Constructs a new, empty Cache with the specified initial capacity.
Cache(int, float). Constructor for class sun.server.util.Cache
Constructs a new, empty Cache with the specified initial capacity and the specified load factor.
cacheable(). Method in interface sun.server.util.URLContents
Are these contents cacheable?
cacheable(). Method in class sun.server.util.URLContentsImpl
cacheHit(). Method in interface sun.server.util.URLContents
This indicates that the URLContents is being accessed.
cacheHit(). Method in class sun.server.util.URLContentsImpl
This indicates that the URLContents is being accessed.
CacheReplacerImpl(). Constructor for class sun.server.util.CacheReplacerImpl
cancel(Alarm). Method in class sun.server.util.AlarmManager
Cancels a previously scheduled alarm event, removing it from the queue of pending alarm events.
cancelAll(). Method in class sun.server.util.AlarmManager
Cancels all previously schedules alarm events.
CE_DATA_BEING_FETCHED. Static variable in class sun.server.util.URLContentsImpl
CE_DATA_BEING_FILLED. Static variable in class sun.server.util.URLContentsImpl
CE_EMPTY. Static variable in class sun.server.util.URLContentsImpl
CE_FWRITE_FAILED. Static variable in class sun.server.util.URLContentsImpl
CE_READY. Static variable in class sun.server.util.URLContentsImpl
CEFormatException(String). Constructor for class sun.server.util.CEFormatException
CertAndKeyGen(String, String). Constructor for class sun.security.x509.CertAndKeyGen
Creates a CertAndKeyGen object for a particular key type and signature algorithm.
CertException(int). Constructor for class sun.security.x509.CertException
Constructs a cert exception using just an error code, without a string describing the context.
CertException(int, String). Constructor for class sun.security.x509.CertException
Constructs a cert exception using an error code (verf_*) and a string describing the context of the error.
CEStreamExhausted(). Constructor for class sun.server.util.CEStreamExhausted
changePassword(String, String). Method in class sun.server.realm.SharedPasswordRealm
Changes the user's password.
CharacterDecoder(). Constructor for class sun.server.util.CharacterDecoder
CharacterEncoder(). Constructor for class sun.server.util.CharacterEncoder
check(). Method in class sun.server.util.Ref
Checks to see what object is being pointed at by this Ref and returns it.
checkLoad(String, Certificate). Method in class sun.server.ServiceSecurity
Check if the servlets holding this certificate is allowed to be loaded to the runtime.
checkPermission(Permission). Method in class sun.security.acl.AclEntryImpl
Checks if the passed permission is part of the allowed permission set in this entry.
checkPermission(Principal, Permission). Method in class sun.security.acl.AclImpl
This method checks whether or not the specified principal has the required permission.
chooseReplacements(DiskCache, int). Method in interface sun.server.util.CacheReplacer
This method chooses the list of cache entrie that should be replaced using a policy that is implementation specific.
chooseReplacements(DiskCache, int). Method in class sun.server.util.CacheReplacerImpl
This method chooses the list of cache entrie that should be replaced using a policy that is implementation specific.
clear(). Method in class sun.server.util.Cache
Clears the cache so that it has no more entries in it.
clone(). Method in class sun.security.acl.AclEntryImpl
Clones an AclEntry.
close(). Method in class sun.server.log.Log
Closes the output stream.
close(). Method in class sun.server.ServiceLog
Close the service log.
close(). Method in class sun.security.ssl.SSLSocket
Closes the SSL connection.
commonName_oid. Static variable in class sun.security.x509.X500Name
OID for the "CN=" attribute, denoting a person's common name.
ConfigurationException(). Constructor for class sun.server.ConfigurationException
ConfigurationException(String). Constructor for class sun.server.ConfigurationException
configureLog(). Method in class sun.server.ServiceLog
ConnectionEndpoint(). Constructor for class sun.server.ConnectionEndpoint
count. Variable in class sun.server.log.LogOutputStream
The number of bytes in the buffer.
count. Variable in class sun.server.util.TextOutputStream
The number of bytes in the buffer.
countryName_oid. Static variable in class sun.security.x509.X500Name
OID for the "C=" attribute, denoting a country.
createHandler(). Method in class sun.server.Service
Creates a new connection handler.
createUser(String, String). Method in class sun.server.realm.SharedPasswordRealm
Creates the named user, with the given (plaintext) password.

D

date. Variable in class sun.server.util.DateRep
date. Variable in class sun.server.log.Log
Date object for log entries.
DateRep(). Constructor for class sun.server.util.DateRep
Construct a DateRep with no values.
DateRep(int, int, int, int, int, int, int, int, int, int, int, int, int). Constructor for class sun.server.util.DateRep
Construct a DateRep with the passed-in values.
DateRep(long). Constructor for class sun.server.util.DateRep
Construct a DateRep with the value ms.
dayOfWeek. Variable in class sun.server.util.DateRep
dayOfWeekInMonth. Variable in class sun.server.util.DateRep
dayOfYear. Variable in class sun.server.util.DateRep
days. Static variable in class sun.server.util.FormattedDate
DBDataEncoder(ServletOutputStream). Constructor for class sun.server.util.DBDataEncoder
DBDataSimpleEncoder(ServletOutputStream). Constructor for class sun.server.util.DBDataSimpleEncoder
decode(byte[]). Method in class sun.security.x509.X509Key
decode(InputStream). Method in class sun.security.x509.X509Cert
Decode an X.509 certificate from an input stream.
decode(InputStream). Method in class sun.security.x509.X509Key
Initialize an X509Key object from an input stream.
decodeAtom(InputStream, OutputStream, int). Method in class sun.server.util.BASE64Decoder
Decode one BASE64 atom into 1, 2, or 3 bytes of data.
decodeAtom(InputStream, OutputStream, int). Method in class sun.server.util.CharacterDecoder
This method does an actual decode.
decodeBuffer(InputStream). Method in class sun.server.util.CharacterDecoder
Decode the contents of the inputstream into a buffer.
decodeBuffer(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
Decode the text from the InputStream and write the decoded octets to the OutputStream.
decodeBuffer(String). Method in class sun.server.util.CharacterDecoder
Alternate decode interface that takes a String containing the encoded buffer and returns a byte array containing the data.
decodeBufferPrefix(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
decode the beginning of the buffer, by default this is a NOP.
decodeBufferSuffix(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
decode the buffer suffix, again by default it is a NOP.
decodeLinePrefix(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
This method should return, if it knows, the number of bytes that will be decoded.
decodeLineSuffix(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
This method post processes the line, if there are error detection or correction codes in a line, they are generally processed by this method.
decodeParams(). Method in class sun.security.x509.AlgIdDSA
Parses algorithm parameters P, Q, and G.
decodeParams(). Method in class sun.security.x509.AlgorithmId
When redefined by subclassers, this function allows algorithm parameters to be automatically parsed.
DEFAULT_BACKLOG. Static variable in class sun.server.ServiceParameters
DEFAULT_GRACE. Static variable in class sun.server.ServiceParameters
DEFAULT_HOST. Static variable in class sun.server.ServiceParameters
DEFAULT_MAX_THREADS. Static variable in class sun.server.ServiceParameters
DEFAULT_MIN_THREADS. Static variable in class sun.server.ServiceParameters
DEFAULT_NAME. Static variable in class sun.server.ServiceParameters
DEFAULT_PORT. Static variable in class sun.server.ServiceParameters
DEFAULT_PROPS. Static variable in class sun.server.ServiceConfiguration
DEFAULT_TIMEOUT. Static variable in class sun.server.ServiceParameters
DEFAULT_TRANSPORT. Static variable in class sun.server.ServiceParameters
DEFAULT_VENDOR. Static variable in class sun.server.ServiceParameters
DEFAULT_VERSION. Static variable in class sun.server.ServiceParameters
delete(). Method in class sun.server.realm.SharedPasswordRealm
Deletes this realm.
delete(Object). Method in class sun.server.util.List
delete is used to delete an element from the middle of the list.
delete(String). Method in class sun.server.util.RegexpPool
Delete the regular expression and its target.
deleteAcl(String). Method in class sun.server.realm.Realm
Deletes the named ACL.
deleteAlias(String). Method in class sun.security.ssl.KeyStore
Deletes the named alias, including both its private key and the associated X.509 certificate chain.
deleteAll(). Method in class sun.server.util.List
Delete all elements of the list.
deleteGroup(String). Method in class sun.server.realm.Realm
Deletes a group, if it is empty and is a member of no group or ACL
deleteGroup(String). Method in class sun.server.realm.UNIXRealm
deleteHead(). Method in class sun.server.util.List
Delete the head of the list.
deleteListEntry(ListEntry). Method in class sun.server.util.List
The deleteListEntry method is a fast way to delete objects from the middle of the list.
deleteOwner(Principal, Principal). Method in class sun.security.acl.OwnerImpl
Delete owner.
deleteTail(). Method in class sun.server.util.List
Delete the tail of the list.
deleteUser(String). Method in class sun.server.realm.Realm
Deletes the identified user, if it is supported by the underlying realm implementation.
deleteUser(String). Method in class sun.server.realm.SharedPasswordRealm
Deletes the named user.
deleteUser(String). Method in class sun.server.realm.UNIXRealm
Not portably implementable.
destroy(). Method in class sun.server.Dispatcher
Destroys dispatcher
destroy(). Method in class java.servlet.GenericServlet
Destroys the servlet and cleans up whatever resources are being held.
destroy(). Method in interface java.servlet.Servlet
Destroys the servlet and cleans up whatever resources are being held.
DH_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for Diffie Hellman Key agreement, from PKCS #3.
DiskCacheImpl(String, int, CacheReplacer, int, int). Constructor for class sun.server.util.DiskCacheImpl
Dispatcher(String, String). Constructor for class sun.server.Dispatcher
Creates a new Dispatcher
doCommand(String[], PrintStream). Method in class sun.server.realm.dump
General purpose entry to the realm dumping facility.
doCompare(Object, Object). Method in interface sun.server.util.Compare
doCompare
dropReadLock(URLContents). Method in interface sun.server.util.DiskCache
If a non - NULL URLContents is returned by invoking getRadLockedContents(), this call is mandatory after the application has finished reading the contents.
dropReadLock(URLContents). Method in class sun.server.util.DiskCacheImpl
DSA_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for the Digital Signing Algorithm (DSA), from the NIST Object Implementors' Workshop.
dump(). Constructor for class sun.server.realm.dump

E

elements(). Method in class sun.security.AuthContext
An unsupported java.util.Dictionary method.
elements(). Method in class sun.server.util.Cache
Returns an enumeration of the elements.
elements(). Method in class sun.server.util.List
Return a list of elements that are on the list.
emit(DerOutputStream). Method in class sun.security.x509.AlgorithmId
Marshal a DER-encoded "AlgorithmID" sequence on the DER stream.
emit(DerOutputStream). Method in class sun.security.x509.X500Name
Emits the name in DER-encoded form.
emit(DerOutputStream). Method in class sun.security.x509.X509Key
Emit SubjectPublicKeyInfo sequence on the DER output stream.
encode(). Method in class sun.security.x509.AlgorithmId
Returns the DER-encoded X.509 AlgorithmId as a byte array.
encode(). Method in class sun.security.x509.X509Key
Returns the DER-encoded form of the key as a byte array.
encode(byte[]). Method in class sun.server.util.CharacterEncoder
A 'streamless' version of encode that simply takes a buffer of bytes and returns a string containing the encoded buffer.
encode(byte[], OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the buffer in aBuffer and write the encoded result to the OutputStream aStream.
encode(InputStream, OutputStream). Method in class sun.server.util.CharacterEncoder
Encode bytes from the input stream, and write them as text characters to the output stream.
encode(OutputStream). Method in class sun.security.x509.AlgorithmId
Emit DER-encoded X.509 "AlgorithmId" sequence on the output stream.
encode(OutputStream). Method in class sun.security.x509.X509Cert
Appends the certificate to an output stream.
encodeAndSign(BigInt, X500Signer). Method in class sun.security.x509.X509Cert
Creates an X.509 certificate, and signs it using the issuer passed (associating a signature algorithm and an X.500 name).
encodeAtom(OutputStream, byte[], int, int). Method in class sun.server.util.BASE64Encoder
encodeAtom - Take three bytes of input and encode it as 4 printable characters.
encodeAtom(OutputStream, byte[], int, int). Method in class sun.server.util.CharacterEncoder
Encode one "atom" of information into characters.
encodeBuffer(byte[]). Method in class sun.server.util.CharacterEncoder
A 'streamless' version of encode that simply takes a buffer of bytes and returns a string containing the encoded buffer.
encodeBuffer(byte[], OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the buffer in aBuffer and write the encoded result to the OutputStream aStream.
encodeBuffer(InputStream, OutputStream). Method in class sun.server.util.CharacterEncoder
Encode bytes from the input stream, and write them as text characters to the output stream.
encodeBufferPrefix(OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the prefix for the entire buffer.
encodeBufferSuffix(OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the suffix for the entire buffer.
encodeLinePrefix(OutputStream, int). Method in class sun.server.util.CharacterEncoder
Encode the prefix that starts every output line.
encodeLineSuffix(OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the suffix that ends every output line.
endpointClass. Variable in class sun.server.ServiceParameters
The name of endpoint class for the service.
EndpointDescriptor(). Constructor for class sun.server.EndpointDescriptor
entries(). Method in class sun.security.acl.AclImpl
returns an enumeration of the entries in this ACL.
entries(). Method in interface sun.server.util.DiskCache
This returns an enumeration of cache entries in the cache i.e an enumeration of URLContents objects.
entries(). Method in class sun.server.util.DiskCacheImpl
This returns an enumeration of cache entries in the cache i.e an enumeration of CacheEntry objects.
equals(AlgorithmId). Method in class sun.security.x509.AlgorithmId
Returns true iff the argument indicates the same algorithm with the same parameters.
equals(Group). Method in class sun.security.acl.GroupImpl
This function returns true if the group passed matches the group represented in this interface.
equals(Host). Method in interface sun.server.realm.Host
Checks if the host represented by this Principal is the same as the other host
equals(Host). Method in class sun.server.realm.HostImpl
Tests the equality of this principal to another Host principal
equals(Object). Method in class sun.security.x509.AlgorithmId
Compares this AlgorithmID to another.
equals(Object). Method in class sun.security.acl.PermissionImpl
This function returns true if the object passed matches the permission represented in this interface.
equals(Object). Method in class sun.security.acl.PrincipalImpl
This function returns true if the object passed matches the principal represented in this implementation
equals(Object). Method in class sun.security.ssl.SessionId
Returns true if the parameter is the same session ID
equals(Object). Method in class sun.security.x509.X509Cert
Compares two certificates.
equals(Object). Method in class sun.security.x509.X509Key
Compares two Objects for equality.
equals(ObjectIdentifier). Method in class sun.security.x509.AlgorithmId
Compares two algorithm IDs for equality.
equals(Permission). Method in class sun.security.acl.AllPermissionsImpl
This function returns true if the permission passed matches the permission represented in this interface.
equals(X500Name). Method in class sun.security.x509.X500Name
Compares this name with another, for equality.
equals(X509Cert). Method in class sun.security.x509.X509Cert
Compares two certificates, returning false if any data differs between the two.
err_CONSTRUCTION. Static variable in class sun.security.x509.CertException
Indicates an error constructing a certificate or cert chain.
err_INVALID_PUBLIC_KEY. Static variable in class sun.security.x509.CertException
Indicates an problem with the public key
error(String). Method in class sun.server.Service
Issues a non-fatal error message and returns.
error(String, Exception). Method in class sun.server.Service
Issues a non-fatal error message with exception trace and returns.
ExDate(). Constructor for class sun.server.util.ExDate
ExDate(int, int, int). Constructor for class sun.server.util.ExDate
ExDate(int, int, int, int, int). Constructor for class sun.server.util.ExDate
ExDate(int, int, int, int, int, int). Constructor for class sun.server.util.ExDate
ExDate(long). Constructor for class sun.server.util.ExDate
ExDate(String). Constructor for class sun.server.util.ExDate

F

fatal(String). Method in class sun.server.Service
Issues a fatal (non-recoverable) error message and then exits.
fatal(String, Exception). Method in class sun.server.Service
Issues a fatal (non-recoverable) error message with exception trace and then exits.
fetch(URL). Method in interface sun.server.util.FetchContents
The method that is invoked when there is a cache miss.
file. Variable in class sun.server.EndpointDescriptor
A File object to which the descriptor state may be saved.
finalize(). Method in class sun.security.ssl.SSLSocket
Ensures that the SSL connection is closed down as cleanly as possible, in case the application forgets to do so.
firstElement(). Method in class sun.server.util.List
Return the first element of the list.
flush(). Method in class sun.server.log.Log
Flushes pending output.
flush(). Method in class sun.server.log.LogOutputStream
Flushes the output stream.
flush(). Method in class sun.server.util.Ref
Flushes the cached object.
flush(). Method in class sun.server.util.TextOutputStream
Flushes the output stream.
FormattedDate(). Constructor for class sun.server.util.FormattedDate
FormattedDateUpdater(). Constructor for class sun.server.util.FormattedDateUpdater
Create a new FormattedDateUpdater to update the date cached in FormattedDate.
found(String). Method in interface sun.server.util.RegexpTarget
Gets called when a pattern in a RegexpPool matches.
fromFile(File). Static method in class sun.server.EndpointDescriptor
This initializes EndpointDescriptors created using the property set representation (see fromProperties), loading it from a file.
fromProperties(Properties). Static method in class sun.server.EndpointDescriptor

G

generate(int). Method in class sun.security.x509.CertAndKeyGen
Generates a random public/private key pair, with a given key size.
GenericServlet(). Constructor for class java.servlet.GenericServlet
get(). Method in class sun.server.util.Ref
Returns a pointer to the object referenced by this Ref.
get(Object). Method in class sun.security.AuthContext
Retrieves subsystem-specific authentication data.
get(Object). Method in class sun.server.util.Cache
Gets the object associated with the specified key in the Cache.
get(Object). Method in class sun.server.util.LRUCache
Gets the object associated with the specified key in the hashtable.
get(String). Static method in class sun.security.x509.AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.
get(String). Static method in class sun.server.realm.Realm
Returns the realm identified by the name which is passed as a parameter.
get(String). Static method in class sun.server.util.ThreadLocal
Get the thread local object that has been associated with the key specified for this thread.
getAcceptedCAs(String). Method in class sun.security.ssl.SSLEndpoint
Returns the list of CAs that will be accepted for client authentication.
getAcceptedCAs(String). Method in interface sun.security.TrustDecider
Returns a list of CAs accepted to authenticate entities for the specified purpose.
getAcl(). Method in class sun.server.realm.Realm
Returns the access control list controlling which users within this realm have administrative privileges on this realm itself.
getAcl(String). Method in class sun.server.realm.Realm
Returns a particular named Access Control List (ACL) which is associated with this realm.
getAclNames(). Method in class sun.server.realm.Realm
Returns names of all the Acls in this realm.
getActiveCipherSuite(). Method in class sun.security.ssl.SSLSocket
Returns the name of the SSL cipher suite which is currently active on this connection.
getAdminAppletClass(). Method in class sun.server.ConnectionEndpoint
Placeholder for the hook to administer these objects.
getAdminAppletClass(). Method in class sun.server.EndpointDescriptor
Placeholder for the hook to administer these objects.
getAlgorithm(). Method in class sun.security.x509.X509Key
Returns the algorithm to be used with this key.
getAlgorithmId(). Method in class sun.security.x509.X500Signer
Returns the algorithm used to sign.
getAlgorithmId(). Method in class sun.security.x509.X509Key
Returns the algorithm ID to be used with this key.
getAlgorithmId(String). Static method in class sun.security.x509.AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.
getAndLoadServlet(String). Method in class sun.server.ServletInfo
Returns the servlet corresponding to the specified name; if it is not loaded it tries to load.
getAttribute(String). Method in interface java.servlet.ServletContext
Returns an attribute of the server given the specified key name.
getAttribute(String). Method in interface java.servlet.ServletRequest
Returns an attribute of the request given the specified key name.
getAttributes(String[]). Method in interface sun.server.realm.User
Returns the requested set of attributes for the user.
getAuthInfo(). Method in interface sun.server.realm.User
Returns authentication information associated with the user.
getAuthSchemes(). Method in class sun.server.realm.Realm
This identifies the authentication schemes supported by a given realm.
getAuthSchemes(). Method in class sun.server.realm.SharedPasswordRealm
Returns the only authentication scheme supported by this realm, one based on shared passwords known to both the server and client.
getAuthSchemes(). Method in class sun.server.realm.UNIXRealm
Returns the only authentication scheme supported by this realm, one based on shared passwords known to both the server and client.
getAuthType(). Method in interface java.servlet.http.HttpServletRequest
Returns the authentication scheme of the request, or null if none.
getAutoStartServiceNames(). Method in class sun.server.ServerProcess
Get the list of automatically-started service names for a server.
getAvailableSize(). Method in class sun.server.util.LRUCache
The total amount of free space available in the cache for storing new elements
getBacklog(). Method in class sun.server.ServiceParameters
Returns the service backlog.
getCert(X500Name). Static method in class sun.security.VeriSign
Returns the X.509 Cert associated with this DN.
getCertificate(). Method in class sun.server.realm.IdentityMap
Get the certificate for this Identity.
getCertificateChain(String). Method in class sun.security.ssl.KeyStore
Returns the certificate chain associated with the given alias for this identity.
getCertRequest(X500Name). Method in class sun.security.x509.CertAndKeyGen
Returns a PKCS #10 certificate request.
getCertStrings(String, String). Method in class sun.security.ssl.SSLEndpoint
Returns a printable version of the certificate chain associated with an alias in a key file.
getCipherSuite(). Method in class sun.security.ssl.Session
Returns the name of the cipher suite in use on this session
getClassLoader(String, String). Method in class sun.server.ServiceSecurity
Creates new ServletClassLoader
getClassLoader(URL). Method in class sun.server.ServiceSecurity
Creates new ServletClassLoader
getCommonName(). Method in class sun.security.x509.X500Name
Returns a "Common Name" component.
getConfiguration(). Method in class sun.server.Service
Get the configuration for the service.
getContentLength(). Method in interface java.servlet.ServletRequest
Returns the size of the request entity data, or -1 if not known.
getContentLength(). Method in interface sun.server.util.URLContents
The content length of the data on the input stream.
getContentLength(). Method in class sun.server.util.URLContentsImpl
The content length of the data on the input stream.
getContents(). Method in interface sun.server.util.URLContents
This is the input stream from which the contents of the URL to be stored or the URL being retrieved is read.
getContents(). Method in class sun.server.util.URLContentsImpl
This is the input stream from which the contents of the URL to be stored or the URL being retrieved is read.
getContentType(). Method in interface java.servlet.ServletRequest
Returns the Internet Media Type of the request entity data, or null if not known.
getContentType(). Method in interface sun.server.util.URLContents
The mime type of the contents that is referred to by the URL.
getContentType(). Method in class sun.server.util.URLContentsImpl
The mime type of the contents that is referred to by the URL.
getContext(). Method in interface sun.server.util.Cacheable
Retrieve the object that was set in the setContext method.
getCountry(). Method in class sun.security.x509.X500Name
Returns a "Country" name component.
getCreationDate(). Method in class sun.security.ssl.Session
Returns the time this session was created.
getCriticalKeys(). Method in class sun.server.ConnectionEndpoint
Lists the keys which initializeDescriptor absolutely requires to be made available to it.
getCriticalKeys(). Method in class sun.server.EndpointDescriptor
Lists the keys which initializeDescriptor absolutely requires to be made available to it.
getCriticalKeys(). Method in class sun.security.ssl.SSLEndpoint
Lists the keys which initializeDescriptor absolutely requires to be made available to it.
getCurrentServerName(). Static method in class sun.server.ServerProcess
Get the name of the current server.
getDateHeader(String). Method in interface java.servlet.http.HttpServletRequest
Returns the value of a date header field, or -1 if not found.
getDefault(). Static method in class sun.security.AuthContext
Return the default authentication context used by this process.
getDefault(Object). Method in class sun.server.ConnectionEndpoint
Returns the default value of a given key.
getDefault(Object). Method in class sun.server.EndpointDescriptor
Returns the default value of a given key.
getDefault(Object). Method in class sun.security.ssl.SSLEndpoint
Returns the default value of a given key.
getDefaultAclOwner(). Method in class sun.server.realm.Realm
Returns the Principal which, by default, owns ACLs within this realm.
getDefaultAclOwner(). Method in class sun.server.realm.SharedPasswordRealm
Returns the principal which will by default own all ACLs in this realm.
getDefaultAclOwner(). Method in class sun.server.realm.UNIXRealm
Returns the principal which will by default own all ACLs in this realm.
getDefaultCipherSuites(). Method in class sun.security.ssl.SSLEndpoint
Returns the list of default cipher suites.
getDefaultCipherSuites(). Static method in class sun.security.ssl.SSLSocket
Returns the list of cipher suites which are enabled by default.
getDescription(). Method in class sun.server.ServerProcess
Get a server description.
getDescriptorKeys(). Method in class sun.server.ConnectionEndpoint
Lists the keys understood by initializeDescriptor; these include ones which have default values, as well as ones which do not have default values.
getDescriptorKeys(). Method in class sun.server.EndpointDescriptor
Lists the keys understood by initializeDescriptor, including ones which have default values.
getDescriptorKeys(). Method in class sun.security.ssl.SSLEndpoint
Lists the keys understood by initializeDescriptor; these include ones which have default values, as well as ones which do not have default values.
getDomainName(). Method in interface sun.server.realm.Host
Returns the domain name of this host
getDomainName(). Method in class sun.server.realm.HostImpl
Guess the domain name assuming the address is in non-numerical proper form
getEnabledCipherSuites(). Method in class sun.security.ssl.SSLServerSocket
Returns the list of cipher suites which are currently enabled for use by newly accepted connections.
getEnabledCipherSuites(). Method in class sun.security.ssl.SSLSocket
Returns the names of the SSL cipher suites which are currently enabled for use on this connection.
getEncoded(). Method in class sun.security.x509.X509Key
Returns the DER-encoded form of the key as a byte array.
getErrorLog(). Static method in class sun.server.log.Log
Returns the process-wide default error log.
getEventLog(). Static method in class sun.server.log.Log
Returns the process-wide default trace log.
getFileName(). Method in class sun.server.ServiceLog
Returns the filename associated with the ServiceLog.
getFormat(). Method in class sun.security.x509.X509Cert
Returns the "X.509" format identifier.
getFormat(). Method in class sun.security.x509.X509Key
Returns the format for this key: "X.509"
getG(). Method in class sun.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "G"
getGrace(). Method in class sun.server.ServiceParameters
Returns the shutdown grace period in seconds.
getGroup(). Method in class sun.server.ServiceParameters
Returns the service group name or id.
getGroup(String). Method in class sun.server.realm.Realm
Returns the group with the name which is given as a parameter.
getGroup(String). Method in class sun.server.realm.UNIXRealm
getGroupNames(). Method in class sun.server.realm.Realm
Returns names of all the groups in this particular realm.
getGroupNames(). Method in class sun.server.realm.UNIXRealm
Returns names of all the groups in this particular realm.
getGroupProperties(String). Method in class sun.server.ServiceConfiguration
Get all the properties in a property group.
getGroupProperty(String, String). Method in class sun.server.ServiceConfiguration
Get a property from a particular property group.
getGuarantor(). Method in class sun.security.x509.X509Cert
Returns getIssuerName
getHashtable(). Method in class sun.server.realm.IdentityMap
Get the hashtable for this Identity.
getHeader(String). Method in interface java.servlet.http.HttpServletRequest
Returns the value of a header field, or null if not known.
getHeaderNames(). Method in interface java.servlet.http.HttpServletRequest
Returns an enumeration of strings representing the header names for this request.
getHeaders(). Method in interface sun.server.util.URLContents
return all the HTTP headers in a hash table format.
getHeaders(). Method in class sun.server.util.URLContentsImpl
return all the HTTP headers in a hash table format.
getHost(). Method in class sun.server.ServiceLog
Returns the hostname associated with the ServiceLog.
getHost(). Method in class sun.server.ServiceParameters
Returns the service host name.
getId(). Method in class sun.security.ssl.Session
Returns the ID for this session
getIdentity(PublicKey). Method in class sun.server.realm.IdentityMap
Get an Identity by public key.
getIdentity(String). Method in class sun.server.realm.IdentityMap
Retrieve an Identity by name.
getIdentity(String, String). Static method in class sun.server.realm.IdentityMap
Get an Identity by name and directory.
getInetAddress(). Method in class sun.security.ssl.SSLSocket
Returns the address of the remote peer for this connection.
getInitParameter(String). Method in class java.servlet.GenericServlet
Gets an initialization parameter of the servlet.
getInitParameter(String). Method in interface java.servlet.ServletConfig
Gets an initialization parameter of the servlet.
getInitParameterNames(). Method in class java.servlet.GenericServlet
Returns an enumeration of strings representing the initialization parameter names for this servlet.
getInitParameterNames(). Method in interface java.servlet.ServletConfig
Returns an enumeration of strings representing the initialization parameters for this servlet.
getInputStream(). Method in interface java.servlet.ServletRequest
Returns an input stream for reading the request body.
getInputStream(). Method in class sun.security.ssl.SSLSocket
Gets an input stream to read from the peer on the other side.
getIntHeader(String). Method in interface java.servlet.http.HttpServletRequest
Returns the value of an integer header field, or -1 if not found.
getIssuerAlgorithmId(). Method in class sun.security.x509.X509Cert
Returns the algorithm used by the issuer to sign the certificate.
getIssuerName(). Method in class sun.security.x509.X509Cert
Returns the certificate issuer's X.500 distinguished name.
getKeyAliases(String). Method in class sun.security.ssl.SSLEndpoint
Returns the enumeration of all keys in the specified key file.
getLastModifiedDate(). Method in interface sun.server.util.URLContents
The last modified date on the URL.
getLastModifiedDate(). Method in class sun.server.util.URLContentsImpl
The last modified date on the URL.
getLastUsedDate(). Method in class sun.security.ssl.Session
Returns the last time this session was used to initialize a connection.
getLevel(). Method in class sun.server.log.Log
Returns the current logging level.
getLoadedServlets(). Method in class sun.server.ServletInfo
Gets the servletHashtable
getLocality(). Method in class sun.security.x509.X500Name
Returns a "Locality" name component.
getLocalPort(). Method in class sun.security.ssl.SSLSocket
Returns the number of the local port that this connection uses.
getLog(). Method in class sun.server.ServiceLog
Returns the Log associated with this ServiceLog.
getMatchingProperties(String). Method in class sun.server.ServiceConfiguration
Get a property set having property names starting with a prefix.
getMaxThreads(). Method in class sun.server.ServiceParameters
Returns the maximum number of handler threads.
getMethod(). Method in interface java.servlet.http.HttpServletRequest
Returns the method with which the request was made.
getMimeType(String). Method in interface java.servlet.ServletContext
Returns the mime type of the specified file, or null if not known.
getMinThreads(). Method in class sun.server.ServiceParameters
Returns the minimum number of handler threads.
getMoreData(). Method in class sun.security.x509.CertException
Returns a string describing the context in which the exception was reported.
getName(). Method in class sun.security.acl.AclImpl
Returns the name of the ACL.
getName(). Method in class sun.security.x509.AlgIdDSA
Returns "DSA", indicating the Digital Signature Algorithm (DSA) as defined by the Digital Signature Standard (DSS), FIPS 186.
getName(). Method in class sun.security.x509.AlgorithmId
Returns a name for the algorithm which may be more intelligible to humans than the algorithm's OID, but which won't necessarily be comprehensible on other systems.
getName(). Method in class sun.security.acl.GroupImpl
return the name of the principal.
getName(). Method in class sun.security.acl.PrincipalImpl
return the name of the principal.
getName(). Method in class sun.server.realm.Realm
Returns the name of this realm, as presented to users
getName(). Method in class sun.server.ServiceLog
Returns the short name of the ServiceLog.
getName(). Method in class sun.server.ServiceParameters
Returns the service name.
getName(). Method in class sun.security.x509.X500Name
Returns the value of toString().
getNotAfter(). Method in class sun.security.x509.X509Cert
Returns the last time the certificate is valid.
getNotBefore(). Method in class sun.security.x509.X509Cert
Returns the first time the certificate is valid.
getOID(). Method in class sun.security.x509.AlgorithmId
Returns the ISO OID for this algorithm.
getOptions(). Method in class sun.server.log.Log
Get an array of the options set for this log
getOrderedServiceNames(). Method in class sun.server.ServerProcess
Get the order in which to display service names for a server.
getOrganization(). Method in class sun.security.x509.X500Name
Returns an "Organization" name component.
getOrganizationalUnit(). Method in class sun.security.x509.X500Name
Returns an "Organizational Unit" name component.
getOutputStream(). Method in interface java.servlet.ServletResponse
Returns an output stream for writing response data.
getOutputStream(). Method in class sun.security.ssl.SSLSocket
Gets an output stream to write to the peer on the other side.
getP(). Method in class sun.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "P"
getParameter(String). Method in interface java.servlet.ServletRequest
Returns the value of the specified parameter for the request.
getParameterNames(). Method in interface java.servlet.ServletRequest
Returns an enumeration of strings representing the parameter names for this request.
getPassphraseIndex(). Static method in class sun.security.AuthContext
Returns the "well known" index in the authentication context which provides access to a plaintext passphrase.
getPathInfo(). Method in interface java.servlet.http.HttpServletRequest
Returns optional extra path information following the servlet path, but immediately preceding the query string.
getPathTranslated(). Method in interface java.servlet.http.HttpServletRequest
Returns extra path information translated to a real path.
getPeerCertificateChain(). Method in class sun.security.ssl.Session
Return the cert chain presented by the peer.
getPeerCertificateChain(). Method in class sun.security.ssl.SSLSocket
Returns a certificate chain from the peer to a root CA.
getPermissions(Principal). Method in class sun.security.acl.AclImpl
This method returns the set of allowed permissions for the specified principal.
getPort(). Method in class sun.server.ConnectionEndpoint
Get the endpoint's port.
getPort(). Method in class sun.server.ServiceLog
Returns the port number associated with the ServiceLog.
getPort(). Method in class sun.server.ServiceParameters
Returns the service port.
getPort(). Method in class sun.security.ssl.SSLSocket
Returns the number of the remote port that this connection uses.
getPrincipal(). Method in class sun.security.acl.AclEntryImpl
Return the Principal associated in this ACL entry.
getPrincipal(). Method in class sun.security.x509.X509Cert
Returns getSubjectName
getPrivateKey(). Method in class sun.security.x509.CertAndKeyGen
Returns the private key of the generated key pair.
getPrivateKey(String). Method in class sun.security.ssl.KeyStore
Returns the private key associated with the given alias for this identity.
getProperties(). Method in class sun.server.ServerProcess
Get the properties for a server.
getProperties(). Method in class sun.server.ServiceConfiguration
Get all the properties in the global list.
getProperty(String). Method in class sun.server.ServiceConfiguration
Get a property from the global list.
getProtocol(). Method in interface java.servlet.ServletRequest
Returns the protocol and version of the request as a string of the form <protocol>/<major version>.<minor version>.
getPublicKey(). Method in class sun.security.x509.CertAndKeyGen
Returns the public key of the generated key pair.
getPublicKey(). Method in class sun.security.x509.X509Cert
Returns the subject's public key.
getQ(). Method in class sun.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "Q"
getQueryString(). Method in interface java.servlet.http.HttpServletRequest
Returns the query string part of the servlet URI, or null if none.
getReadLockedContents(URL, FetchContents). Method in interface sun.server.util.DiskCache
This reads the cache entry for the URL.
getReadLockedContents(URL, FetchContents). Method in class sun.server.util.DiskCacheImpl
This reads the cache entry for the URL.
getRealm(). Method in interface sun.server.realm.User
Returns the realm with which this user is associated.
getRealmDir(). Method in class sun.server.realm.Realm
Normally identifies the directory where the realm stores realm-specific information, such as group membership lists, ACLs, and user authentication information.
getRealPath(String). Method in interface java.servlet.ServletContext
Applies alias rules to the specified virtual path and returns the corresponding real path.
getRealPath(String). Method in interface java.servlet.ServletRequest
Applies alias rules to the specified virtual path and returns the corresponding real path.
getRemoteAddr(). Method in interface java.servlet.ServletRequest
Returns the IP address of the agent that sent the request.
getRemoteHost(). Method in interface java.servlet.ServletRequest
Returns the fully qualified host name of the agent that sent the request.
getRemoteUser(). Method in interface java.servlet.http.HttpServletRequest
Returns the name of the user making this request, or null if not known.
getRequestURI(). Method in interface java.servlet.http.HttpServletRequest
Returns the request URI as a URL object.
getResponseCode(). Method in interface sun.server.util.URLContents
The status code returned from reading the URL.
getResponseCode(). Method in class sun.server.util.URLContentsImpl
getResponseMessage(). Method in interface sun.server.util.URLContents
The status message returned from reading the URL.
getResponseMessage(). Method in class sun.server.util.URLContentsImpl
getSelfCert(X500Name, long). Method in class sun.security.x509.CertAndKeyGen
Returns a self-signed X.509v1 certificate for the public key.
getSerialNumber(). Method in class sun.security.x509.X509Cert
Returns the certificate's serial number.
getServer(String). Static method in class sun.server.ServerProcess
Get a server instance given its name.
getServerInfo(). Method in interface java.servlet.ServletContext
Returns the name and version of the Web server under which the servlet is running.
getServerName(). Method in interface java.servlet.ServletRequest
Returns the host name of the server that received the request.
getServerNames(). Static method in class sun.server.ServerProcess
Get the list of server names.
getServerPort(). Method in interface java.servlet.ServletRequest
Returns the port number on which this request was received.
getServerSession(SessionId, AuthContext). Static method in class sun.security.ssl.Session
Returns the server-side session associated with this session ID, if one is present in the session cache.
getServerSocket(Service). Method in class sun.server.ConnectionEndpoint
Returns a server socket satisfying the constraints of the descriptor.
getServerSocket(String, int, int, ServiceConfiguration). Method in class sun.server.ConnectionEndpoint
Entry point which will usually be overridden by subclasses.
getServerSocket(String, int, int, ServiceConfiguration). Method in class sun.security.ssl.SSLEndpoint
Returns the ServerSocket that has been configured, given security and addressing information provided by higher level software.
getService(). Method in class sun.server.ServiceParameters
Gets the service object.
getService(String). Static method in class sun.server.ServerProcess
Get a service instance.
getServiceConfiguration(Service). Method in class sun.server.AdminBase
It returns the configuration of the service
getServiceConfiguration(String, String). Static method in class sun.server.ServerProcess
Get the configuration for a service in a server.
getServiceNames(). Method in class sun.server.ServerProcess
Get the service names for a server.
getServiceNames(String). Static method in class sun.server.ServerProcess
Get the list of service names for a server.
getServiceParameters(). Method in class sun.server.Service
Returns the parameters for this service.
getServiceRoot(). Method in class sun.server.Service
Returns service root directory.
getServlet(String). Method in interface java.servlet.ServletContext
Returns the servlet for the specified name.
getServlet(String). Method in class sun.server.ServletInfo
Returns the servlet corresponding to the specified name, or null if it is not loaded
getServletConfig(). Method in class sun.server.Dispatcher
Gets servlet configuration
getServletConfig(). Method in class java.servlet.GenericServlet
Returns the startup configuration information for this servlet.
getServletConfig(). Method in interface java.servlet.Servlet
Returns the configuration for this servlet.
getServletContext(). Method in class java.servlet.GenericServlet
Returns the servlet context.
getServletContext(). Method in interface java.servlet.ServletConfig
Returns the context for the servlet.
getServletInfo(). Method in class sun.server.Dispatcher
Gets ServletInfo
getServletInfo(). Method in class java.servlet.GenericServlet
Returns a string containing information about the author, version, and copyright of the servlet.
getServletInfo(). Method in interface java.servlet.Servlet
Returns a string containing information about the author, version, and copyright of the servlet.
getServletPath(). Method in interface java.servlet.http.HttpServletRequest
Returns the part of the request URI that refers to the servlet being invoked.
getServletProperties(). Method in class sun.server.ServletInfo
Gets the servletProperties
getServlets(). Method in interface java.servlet.ServletContext
Enumerates the servlets in this context (server).
getSession(). Method in class sun.security.ssl.SSLSocket
Valid only on the server side of an SSL connection, this returns the the SSL Session in use by this connection.
getSignedCert(). Method in class sun.security.x509.X509Cert
Return the signed X.509 certificate as a byte array.
getSigner(). Method in class sun.security.x509.X500Signer
Returns the name of the signing agent.
getSigner(AlgorithmId, PrivateKey). Method in class sun.security.x509.X509Cert
Returns an X500Signer that may be used to create signatures.
getSoLinger(). Method in class sun.security.ssl.SSLSocket
Returns the socket's linger timeout.
getSoTimeout(). Method in class sun.security.ssl.SSLSocket
Returns the socket timeout.
getState(). Method in class sun.security.x509.X500Name
Returns a "State" name component.
getSubjectName(). Method in class sun.security.x509.X509Cert
Returns the subject's X.500 distinguished name.
getSupportedCipherSuites(). Method in class sun.security.ssl.SSLEndpoint
Returns the list of cipher suites supported by the server.
getSupportedCipherSuites(). Static method in class sun.security.ssl.SSLSocket
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
getTcpNoDelay(). Method in class sun.security.ssl.SSLSocket
Returns true if the Nagle optimization is disabled.
getThreadGroup(String). Static method in class sun.server.ServerProcess
Get the thread group for a service.
getTime(). Method in class sun.server.util.Alarm
Returns the absolute time for this alarm event.
getTime(). Static method in class sun.server.util.FormattedDate
Get the current time in milliseconds.
getTime(DateRep). Static method in class sun.server.util.FormattedDate
Get the current time in milliseconds.
getTimeout(). Method in class sun.server.ServiceParameters
Returns the handler timeout in seconds.
getTotalSize(). Method in class sun.server.util.LRUCache
The total size this cache was configured with at construction time.
getTransport(). Method in class sun.server.ServiceParameters
Returns the service transport.
getTrustDecider(). Method in class sun.security.AuthContext
Returns the TrustDecider object used by this authentication context.
getURL(). Method in interface sun.server.util.URLContents
The URL that identifies these contents.
getURL(). Method in class sun.server.util.URLContentsImpl
The URL that identifies these contents.
getUser(). Method in class sun.server.ServiceParameters
Returns the service user name or id.
getUser(String). Method in class sun.server.realm.Realm
Returns the information recorded about a particular named user.
getUser(String). Method in class sun.server.realm.SharedPasswordRealm
Returns the information recorded about a particular named user.
getUser(String). Method in class sun.server.realm.UNIXRealm
Returns the information recorded about a particular named user.
getUserNames(). Method in class sun.server.realm.Realm
Returns names of all the users in this particular realm.
getUserNames(). Method in class sun.server.realm.SharedPasswordRealm
Returns names of all the users in this particular realm.
getUserNames(). Method in class sun.server.realm.UNIXRealm
Returns names of all the users in this particular realm.
getValue(Object). Method in class sun.server.EndpointDescriptor
Returns the current value corresponding to a given key.
getVendor(). Method in class sun.server.ServiceParameters
Returns the service vendor.
getVerfCode(). Method in class sun.security.x509.CertException
Returns the error code with which the exception was created.
getVerfDescription(). Method in class sun.security.x509.CertException
Return a string corresponding to the error code used to create this exception.
getVerifier(String). Method in class sun.security.x509.X509Cert
Returns a signature object that may be used to verify signatures created using a specified signature algorithm and the public key contained in this certificate.
getVersion(). Method in class sun.server.ServiceParameters
Returns the service version.
getVersion(). Method in class sun.security.x509.X509Cert
Returns the X.509 version number of this certificate, zero based.
gmt_ms. Variable in class sun.server.util.DateRep
gmt_offset. Variable in class sun.server.util.DateRep
grace. Variable in class sun.server.ServiceParameters
The number of seconds to wait during shutdown for handler threads to become idle.
group. Variable in class sun.server.ServiceParameters
The group to change to when running the service.
GroupImpl(String). Constructor for class sun.security.acl.GroupImpl
Constructs a Group object with no members.

H

handleAlarm(Alarm). Method in interface sun.server.util.AlarmHandler
Handles an alarm event.
handleAlarm(Alarm). Method in class sun.server.util.FormattedDateUpdater
Handle the alarm to update the current time
handleAlarm(Alarm). Method in class sun.server.log.LogOutputStream
Handle alarm sent for timed flush.
handleConnection(Socket). Method in class sun.server.ServiceHandler
Handles a single connection from the client.
handler. Variable in class sun.server.util.Alarm
The alarm event handler.
handlers. Variable in class sun.server.Service
The thread group for handler threads.
hashCode(). Method in class sun.security.acl.GroupImpl
return a hashcode for the principal.
hashCode(). Method in class sun.security.acl.PrincipalImpl
return a hashcode for the principal.
hashCode(). Method in class sun.security.ssl.SessionId
Returns a value which is the same for session IDs which are equal
hashCode(). Method in class sun.security.x509.X509Cert
Calculates a hash code value for the object.
header. Variable in class sun.server.EndpointDescriptor
header to use on the optional properties file
host. Variable in class sun.server.ServiceParameters
The host name of the service.
HostAclEntryImpl(Principal). Constructor for class sun.server.realm.HostAclEntryImpl
HostImpl(String). Constructor for class sun.server.realm.HostImpl
hour. Variable in class sun.server.util.DateRep
HttpServlet(). Constructor for class java.servlet.http.HttpServlet
HttpUtils(). Constructor for class java.servlet.http.HttpUtils

I

identities(). Method in class sun.server.realm.IdentityMap
Return the list of Identities.
IdentityMap(String). Constructor for class sun.server.realm.IdentityMap
Construct a new IdentityMap.
IdentityMap(String, Certificate, Hashtable, String). Constructor for class sun.server.realm.IdentityMap
Construct a new IdentityMap.
init(). Method in class java.servlet.GenericServlet
Initializes the servlet.
init(). Method in class sun.server.Service
Initialize the service.
init(ServiceConfiguration). Method in class sun.server.Service
Initializes the service with specified configuration.
init(ServletConfig). Method in class sun.server.Dispatcher
Initializes dispatcher
init(ServletConfig). Method in class java.servlet.GenericServlet
Initializes the servlet.
init(ServletConfig). Method in interface java.servlet.Servlet
Initializes the servlet.
initialize(Hashtable). Method in class sun.server.EndpointDescriptor
Initializes the descriptor from the key/value pairs found in a hashtable.
insertHead(Object). Method in class sun.server.util.List
Add an element to the head of the list.
insertTail(Object). Method in class sun.server.util.List
Add an element to the tail of the list.
inShutdown(). Method in class sun.server.Service
Returns true if this service is in the process of a shutdown.
interfacePropName. Static variable in class sun.server.ConnectionEndpoint
Key for value controlling which interface(s) are used
InUseException(String). Constructor for class sun.server.realm.InUseException
Constructs the exception, with descriptive information.
invalidate(). Method in class sun.security.ssl.Session
Invalidate a session.
ipAddress_oid. Static variable in class sun.security.x509.X500Name
OID for "IP=" IP address attributes, used with SKIP.
isAuthSupported(String). Method in class sun.server.realm.Realm
Returns true iff the realm supports the authentication scheme requested.
isAuthSupported(String). Method in class sun.server.realm.SharedPasswordRealm
Returns true iff the requested scheme is authSharedPassword.
isAuthSupported(String). Method in class sun.server.realm.UNIXRealm
Returns true iff the requested scheme is authSharedPassword.
isAutoloaded(String). Method in class sun.server.ServletInfo
Check if servletName is in the list of servlets to be started at startup
isEmpty(). Method in class sun.security.AuthContext
Returns true iff the context size is zero.
isEmpty(). Method in class sun.server.util.Cache
Returns true if the Cache contains no elements.
isMember(Principal). Method in class sun.security.acl.GroupImpl
returns true if the passed principal is a member of the group.
isMember(Principal). Method in class sun.security.acl.WorldGroupImpl
returns true for all passed principals
isNegative(). Method in class sun.security.acl.AclEntryImpl
Returns true if this is a negative ACL.
isOwner(Principal). Method in class sun.security.acl.OwnerImpl
returns if the given principal belongs to the owner list.
isRoot(). Static method in class sun.server.ServerProcess
Checks if the process is being run as (Posix) root.
isRunning(). Method in class sun.server.ServerProcess
Find out if the server is running.
isSameDomain(Host). Method in interface sun.server.realm.Host
Checks if the host is in the same domain as the other host
isSameDomain(Host). Method in class sun.server.realm.HostImpl
Tests for same domain between two hosts
isServiceRunning(String). Static method in class sun.server.ServerProcess
Check if a service is running in the current server.
isShutdownComplete(). Method in class sun.server.Service
Returns true if this service has completed its shutdown.
isTrustedFor(X509Cert[], String). Method in class sun.security.ssl.SSLEndpoint
Implements the trust policy for this endpoint.
isTrustedFor(X509Cert[], String). Method in interface sun.security.TrustDecider
Returns true if the entity named by the certificate chain is trusted for the specified purpose.
isUnControlled. Static variable in interface sun.security.ExportControl
This compile-time constant is true if and only if the release being compiled is allowed to have technologies which, when exported, are subject to ITAR regulations.

K

key. Variable in class sun.security.x509.X509Key
keys(). Method in class sun.security.AuthContext
An unsupported java.util.Dictionary method.
keys(). Method in class sun.server.util.Cache
Returns an enumeration of the Cache's keys.
KeyStore(AuthContext, Object). Constructor for class sun.security.ssl.KeyStore
Constructs a new keystore, which will encrypt and decrypt private keys using a passphrase found in the authentication context.

L

lastAccessTime(). Method in interface sun.server.util.URLContents
This is the time of last access on this URL.
lastAccessTime(). Method in class sun.server.util.URLContentsImpl
This is the time of last access on this URL.
lastElement(). Method in class sun.server.util.List
Return the last element of the list.
level. Variable in class sun.server.log.Log
The current logging level.
lineSeparator. Static variable in class sun.server.log.Log
System line separator
lineSeparator. Static variable in class sun.server.log.LogOutputStream
The line separator.
lineSeparator. Static variable in class sun.server.util.TextOutputStream
The line separator.
List(). Constructor for class sun.server.util.List
list(). Static method in class sun.server.realm.Realm
Returns the names of accessible realms.
List(int). Constructor for class sun.server.util.List
listAliases(). Method in class sun.security.ssl.KeyStore
Lists the alias names.
ListEntry(). Constructor for class sun.server.util.ListEntry
listServerSessionIds(AuthContext). Static method in class sun.security.ssl.Session
Returns an enumeration of the cached server side session ids.
load(ExProperties). Method in class sun.server.ServiceParameters
Loads initial values of parameters from properties.
load(ExProperties, boolean). Method in class sun.server.ServiceParameters
Loads parameters from properties.
load(InputStream). Method in class sun.security.ssl.KeyStore
Loads the keystore from the indicated binary data stream, decrypting private keys using the passphrase provided in the authentication context from the constructor.
loadServlet(String). Method in class sun.server.ServletInfo
load one servlet given name
loadServlet(String, String, String, Properties). Method in class sun.server.ServletInfo
Load one servlet.
loadServlet(String, String, String, String). Method in class sun.server.ServletInfo
load one servlet
loadStartupServlets(). Method in class sun.server.ServletInfo
Loads the servlets specified by "servlets.startup" in servlets.properties.
localityName_oid. Static variable in class sun.security.x509.X500Name
OID for the "L=" attribute, denoting a locality (such as a city)
localServlets. Variable in class sun.server.ServletInfo
Local Class Loader
localServletsDir. Variable in class sun.server.ServletInfo
Log(). Constructor for class sun.server.log.Log
Create a new Log.
Log(OutputStream). Constructor for class sun.server.log.Log
Create a new Log writing to OutputStream specified.
log(String). Method in class java.servlet.GenericServlet
Logs the class name of the servlet and the given message to the servlet log file.
log(String). Method in interface java.servlet.ServletContext
Writes a message to the servlet log file.
logError(Exception). Method in class sun.server.ServletInfo
Logs the exception XXX: We should have logs in the server level for these things.
logError(Exception, String). Static method in class sun.server.realm.Realm
Logs an error in realm operation in a place where a realm administrator can find the error message.
logError(String). Static method in class sun.server.realm.Realm
logEvent(int, String). Method in class sun.server.ServletInfo
Logs the event XXX: We should have logs in the server level for these things.
LogOutputStream(File). Constructor for class sun.server.log.LogOutputStream
Creates a new output stream with defaults
LogOutputStream(File, long, int). Constructor for class sun.server.log.LogOutputStream
Create a new output stream, with no timed flushes
LogOutputStream(File, long, int, int). Constructor for class sun.server.log.LogOutputStream
Creates a new output stream with rollover, buffer size, and flush time.
LRUCache(int). Constructor for class sun.server.util.LRUCache
Constructs a new, empty LRUCache.
LRUCache(int, float, int). Constructor for class sun.server.util.LRUCache
Constructs a new, empty LRUCache with the specified initial capacity, the specified load factor and the specified max number of entries.
LRUCache(int, int). Constructor for class sun.server.util.LRUCache
Constructs a new, empty LRUCache with the specified initial capacity.

M

magic. Static variable in class sun.security.ssl.KeyStore
main(String[]). Static method in class sun.security.CertStore
This class is intended to be used from the command line.
main(String[]). Static method in class sun.server.realm.dump
Standard command line entry point; the command line options are processed, and output is generated on the command's standard output stream.
main(String[]). Static method in class sun.server.util.RegexpPool
main(String[]). Static method in class sun.server.ServerProcess
Main function
main(String[]). Static method in class sun.server.util.TextOutputStream
main(String[]). Static method in class sun.server.util.TimingTrace
Test program for TimingTrace
makeAcl(String, Principal). Method in class sun.server.realm.Realm
Returns a newly created empty ACL.
makeFirst(ListEntry). Method in class sun.server.util.List
Move the specified ListEntry as the head of the list.
makeGroup(String). Method in class sun.server.realm.Realm
Returns a newly created empty group, with the name which is given as a parameter.
makeGroup(String). Method in class sun.server.realm.UNIXRealm
Returns a newly created empty group, with the name which is given as a parameter.
makeLast(ListEntry). Method in class sun.server.util.List
Move the specified ListEntry as the tail of the list.
match(String). Method in class sun.server.util.RegexpPool
Search for a match to a string & return the object associated with it with the match.
matchNext(String). Method in class sun.server.util.RegexpPool
Identical to match except that it will only find matches to regular expressions that were added to the pool after the last regular expression that matched in the last call to match() or matchNext()
maxThreads. Variable in class sun.server.Service
Maximum number of handler threads.
maxThreads. Variable in class sun.server.ServiceParameters
The maximum number of handler threads to run.
MD2_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for the MD2 Message Digest Algorthm, from RFC 1319.
md2WithRSAEncryption_oid. Static variable in class sun.security.x509.AlgorithmId
Identifies a signing algorithm where an MD2 digest is encrypted using an RSA private key; defined in PKCS #1.
MD5_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for the MD5 Message Digest Algorthm, from RFC 1321.
md5WithRSAEncryption_oid. Static variable in class sun.security.x509.AlgorithmId
Identifies a signing algorithm where an MD5 digest is encrypted using an RSA private key; defined in PKCS #1.
members(). Method in class sun.security.acl.GroupImpl
returns the enumeration of the members in the group.
millisecond. Variable in class sun.server.util.DateRep
minThreads. Variable in class sun.server.Service
Minimum number of handler threads.
minThreads. Variable in class sun.server.ServiceParameters
The minimum number of handler threads to run.
minute. Variable in class sun.server.util.DateRep
month. Variable in class sun.server.util.DateRep
months. Static variable in class sun.server.util.FormattedDate

N

name. Variable in class sun.server.ServiceParameters
The service name.
NoSuchAclException(String). Constructor for class sun.server.realm.NoSuchAclException
Constructs the exception, with descriptive information.
NoSuchGroupException(String). Constructor for class sun.server.realm.NoSuchGroupException
Constructs the exception, with descriptive information.
NoSuchRealmException(String). Constructor for class sun.server.realm.NoSuchRealmException
Constructs the exception, with descriptive information.
NoSuchUserException(String). Constructor for class sun.server.realm.NoSuchUserException
Constructs the exception, with descriptive information.
numHits(). Method in interface sun.server.util.URLContents
when the URL is being read from the cache, this represents the number of times the URL has been read since being stored in the cache.
numHits(). Method in class sun.server.util.URLContentsImpl
when the URL is being read from the cache, this represents the number of times the URL has been read since being stored in the cache.

O

options. Variable in class sun.server.log.Log
The options set for this log.
orgName_oid. Static variable in class sun.security.x509.X500Name
OID for the "O=" attribute, denoting an organization name
orgUnitName_oid. Static variable in class sun.security.x509.X500Name
OID for the "OU=" attribute, denoting an organizational unit name
out. Variable in class sun.server.log.Log
The output stream for writing log data.
OwnerImpl(Principal). Constructor for class sun.security.acl.OwnerImpl

P

params. Variable in class sun.security.x509.AlgorithmId
Parameters for this algorithm.
params. Variable in class sun.server.Service
The parameters for this service.
paramsToString(). Method in class sun.security.x509.AlgIdDSA
Provides a human-readable description of the algorithm parameters.
paramsToString(). Method in class sun.security.x509.AlgorithmId
Provides a human-readable description of the algorithm parameters.
parse(DerValue). Static method in class sun.security.x509.AlgorithmId
Parse (unmarshal) an ID from a DER sequence input value.
parse(DerValue). Static method in class sun.security.x509.X509Key
Construct X.509 subject public key from a DER value.
parseKeyBits(). Method in class sun.security.x509.X509Key
Parse the key bits.
parseQueryString(String). Static method in class java.servlet.http.HttpUtils
Parses a query string and builds a hashtable of key, value pairs.
PermissionImpl(String). Constructor for class sun.security.acl.PermissionImpl
Construct a permission object using a string.
permissions(). Method in class sun.security.acl.AclEntryImpl
return an enumeration of the permissions in this ACL entry.
port. Variable in class sun.server.Service
The service port number.
port. Variable in class sun.server.ServiceParameters
The port to listen on.
portPropName. Static variable in class sun.server.ConnectionEndpoint
Key for value controlling which port is used
PrincipalImpl(String). Constructor for class sun.security.acl.PrincipalImpl
Construct a principal from a string user name.
print(). Method in class sun.server.util.TimingTrace
print(boolean). Method in class java.servlet.ServletOutputStream
Prints a boolean.
print(char). Method in class java.servlet.ServletOutputStream
print(double). Method in class java.servlet.ServletOutputStream
Prints a double.
print(float). Method in class java.servlet.ServletOutputStream
Prints a float.
print(int). Method in class sun.server.log.Log
Prints an integer value.
print(int). Method in class java.servlet.ServletOutputStream
Prints an integer.
print(int). Method in class sun.server.util.TextOutputStream
Prints an integer value.
print(long). Method in class sun.server.log.Log
Prints a long value.
print(long). Method in class java.servlet.ServletOutputStream
Prints a long.
print(long). Method in class sun.server.util.TextOutputStream
Prints a long value.
print(PrintStream). Method in class sun.server.util.RegexpPool
Print this pool to standard output
print(PrintStream). Method in class sun.server.util.TimingTrace
print(String). Method in class sun.server.log.Log
Prints an ASCII string.
print(String). Method in class java.servlet.ServletOutputStream
Prints a string.
print(String). Method in class sun.server.util.TextOutputStream
Prints an ASCII string.
println(). Method in class sun.server.log.Log
Prints a line separator.
println(). Method in class java.servlet.ServletOutputStream
Prints a CRLF.
println(). Method in class sun.server.util.TextOutputStream
Prints a line separator.
println(boolean). Method in class java.servlet.ServletOutputStream
Prints a boolean followed by a CRLF.
println(char). Method in class java.servlet.ServletOutputStream
println(double). Method in class java.servlet.ServletOutputStream
Prints a double followed by a CRLF.
println(float). Method in class java.servlet.ServletOutputStream
Prints a float followed by a CRLF.
println(int). Method in class sun.server.log.Log
Prints an integer value followed by a line separator.
println(int). Method in class java.servlet.ServletOutputStream
Prints an integer followed by a CRLF.
println(int). Method in class sun.server.util.TextOutputStream
Prints an integer value followed by a line separator.
println(long). Method in class sun.server.log.Log
Prints a long value followed by a line separator.
println(long). Method in class java.servlet.ServletOutputStream
Prints a long followed by a CRLF.
println(long). Method in class sun.server.util.TextOutputStream
Prints a long value followed by a line separator.
println(String). Method in class sun.server.log.Log
Prints an ASCII string followed by a line separator.
println(String). Method in class java.servlet.ServletOutputStream
Prints a string followed by a CRLF.
println(String). Method in class sun.server.util.TextOutputStream
Prints an ASCII string followed by a line separator.
properties. Variable in class sun.server.EndpointDescriptor
A hashtable which may be used to hold properties of this endpoint.
propname. Static variable in class sun.server.EndpointDescriptor
Name of the property used to identify which classs is instantiated.
pStream. Variable in class sun.server.util.CharacterEncoder
Stream that understands "printing"
put(Object, Cacheable). Method in class sun.server.util.LRUCache
Puts the specified element into the hashtable, using the specified key.
put(Object, Object). Method in class sun.security.AuthContext
Stores subsystem-specific authentication data.
put(Object, Object). Method in class sun.server.util.Cache
Puts the specified element into the Cache, using the specified key.
put(Object, Object). Method in class sun.server.util.LRUCache
Only Cacheable entries can be stored in this cache.
put(String, Object). Static method in class sun.server.util.ThreadLocal
Store a thread local object for this thread.

Q

quicksort(Object[], Compare). Static method in class sun.server.util.Sort
quicksort(Object[], int, int, Compare). Static method in class sun.server.util.Sort
quicksort the array of objects.

R

readFully(InputStream, byte[]). Method in class sun.server.util.CharacterEncoder
This method works around the bizarre semantics of BufferedInputStream's read method.
readFully(InputStream, byte[], int, int). Method in class sun.server.util.CharacterDecoder
This method works around the bizarre semantics of BufferedInputStream's read method.
readLine(byte[], int, int). Method in class java.servlet.ServletInputStream
Reads into an array of bytes until all requested bytes have been read or a '\n' is encountered, in which case the '\n' is read into the array as well.
Realm(File). Constructor for class sun.server.realm.Realm
Constructor for use by subclasses.
reconstitute(). Method in class sun.server.util.Ref
Returns a pointer to the object referenced by this Ref by reconstituting it from some external source (such as a file).
Ref(). Constructor for class sun.server.util.Ref
Constructs a new Ref.
RegexpPool(). Constructor for class sun.server.util.RegexpPool
rehash(). Method in class sun.server.util.Cache
Rehashes the contents of the table into a bigger table.
remove(Object). Method in class sun.security.AuthContext
An unsupported java.util.Dictionary method.
remove(Object). Method in class sun.server.util.Cache
Removes the element corresponding to the key.
remove(Object). Method in class sun.server.util.LRUCache
Removes the element corresponding to the key.
remove(URL). Method in interface sun.server.util.DiskCache
This method removes the url and its associated contents from the cache.
remove(URL). Method in class sun.server.util.DiskCacheImpl
This method removes the url and its associated contents from the cache.
removeEntry(Principal, AclEntry). Method in class sun.security.acl.AclImpl
Removes an ACL entry from this ACL.
removeIdentity(Identity). Method in class sun.server.realm.IdentityMap
Remove an Identity.
removeMember(Principal). Method in class sun.security.acl.GroupImpl
removes the specified member from the group.
removePermission(Permission). Method in class sun.security.acl.AclEntryImpl
The method disassociates the permission from the Principal or the Group in this ACL entry.
removeServlet(String). Method in class sun.server.ServletInfo
Remove the servlet.
removeServletStartup(String). Method in class sun.server.ServletInfo
Remove servletName from the list of servlets to be started at startup
replace(String, Object). Method in class sun.server.util.RegexpPool
Replace the target for the regular expression with a different target.
replaceAlias(String, PrivateKey, X509Cert[]). Method in class sun.security.ssl.KeyStore
Replaces the existing alias values with new ones; or creates a new alias with the given values
replaceGroupProperties(String, ExProperties). Method in class sun.server.ServiceConfiguration
Replace a complete property group.
replaceNotify(). Method in interface sun.server.util.Cacheable
The notify method is called when an object is being considered for replacement in the cache.
reset(). Method in class sun.server.util.RegexpPool
Resets the pool so that the next call to matchNext looks at all regular expressions in the pool.
reset(). Method in class sun.server.ServiceParameters
Resets parameters to default values.
reset(). Method in class sun.server.util.TimingTrace
restartService(String). Static method in class sun.server.ServerProcess
Restart a single service in the current server.
RSA_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for RSA keys used for any purpose, as defined in X.509.
RSAEncryption_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for RSA keys used with RSA encryption, as defined in PKCS #1.
run(). Method in class sun.server.util.AlarmManager
Runs the alarm event manager.
run(). Method in class sun.server.Dispatcher
Runs the dispatcher
run(). Method in class sun.server.util.FileWriter
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run(). Method in class sun.server.util.MetaWriter
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run(). Method in class sun.server.ServerProcess
Periodically check whether there are any service threads running.
run(). Method in class sun.server.Service
Starts the service.
run(). Method in class sun.server.ServiceHandler
Runs the service handler.

S

save(). Method in class sun.server.EndpointDescriptor
Saves the endpoint descriptor to the persistent storage location last used to store it.
save(). Method in class sun.server.ServletInfo
Saves the properties
save(File). Method in class sun.server.EndpointDescriptor
Saves the endpoint descriptor to the named file.
SC_ACCEPTED. Static variable in interface java.servlet.http.HttpServletResponse
SC_BAD_GATEWAY. Static variable in interface java.servlet.http.HttpServletResponse
SC_BAD_REQUEST. Static variable in interface java.servlet.http.HttpServletResponse
SC_CREATED. Static variable in interface java.servlet.http.HttpServletResponse
SC_FORBIDDEN. Static variable in interface java.servlet.http.HttpServletResponse
SC_INTERNAL_SERVER_ERROR. Static variable in interface java.servlet.http.HttpServletResponse
SC_MOVED_PERMANENTLY. Static variable in interface java.servlet.http.HttpServletResponse
SC_MOVED_TEMPORARILY. Static variable in interface java.servlet.http.HttpServletResponse
SC_NO_CONTENT. Static variable in interface java.servlet.http.HttpServletResponse
SC_NOT_FOUND. Static variable in interface java.servlet.http.HttpServletResponse
SC_NOT_IMPLEMENTED. Static variable in interface java.servlet.http.HttpServletResponse
SC_NOT_MODIFIED. Static variable in interface java.servlet.http.HttpServletResponse
SC_OK. Static variable in interface java.servlet.http.HttpServletResponse
SC_SERVICE_UNAVAILABLE. Static variable in interface java.servlet.http.HttpServletResponse
SC_UNAUTHORIZED. Static variable in interface java.servlet.http.HttpServletResponse
schedule(Alarm). Method in class sun.server.util.AlarmManager
Inserts a new alarm into the alarm event queue.
second. Variable in class sun.server.util.DateRep
sendError(int). Method in interface java.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and no default message.
sendError(int, String). Method in interface java.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and detail message.
sendRedirect(String). Method in interface java.servlet.http.HttpServletResponse
Sends a redirect response to the client using the specified redirect location URL.
sendVersionInfo(). Method in class sun.server.util.DBDataEncoder
sendVersionInfo(). Method in class sun.server.util.DBDataSimpleEncoder
ServerProcess(). Constructor for class sun.server.ServerProcess
service. Variable in class sun.server.ServiceHandler
service. Variable in class sun.server.ServiceParameters
The service object.
service. Variable in class sun.server.ServletInfo
Service
Service(). Constructor for class sun.server.Service
Creates a new service with default parameters.
service(HttpServletRequest, HttpServletResponse). Method in class java.servlet.http.HttpServlet
Services a single HTTP request from the client.
Service(ServiceParameters). Constructor for class sun.server.Service
service(ServletRequest, ServletResponse). Method in class sun.server.Dispatcher
serviceRequest
service(ServletRequest, ServletResponse). Method in class java.servlet.GenericServlet
Services a single request from the client.
service(ServletRequest, ServletResponse). Method in class java.servlet.http.HttpServlet
Services a single request from the client.
service(ServletRequest, ServletResponse). Method in interface java.servlet.Servlet
Services a single request from the client.
serviceConfig. Variable in class sun.server.Service
Service configuration for this service.
ServiceConfiguration(File). Constructor for class sun.server.ServiceConfiguration
Create a service configuration which holds all properties for a particular service.
ServiceHandler(Service). Constructor for class sun.server.ServiceHandler
Creates a new handler for the specified service.
ServiceLog(String, ServiceConfiguration, String). Constructor for class sun.server.ServiceLog
Create a configured log for a service, using the supplied properties.
ServiceParameters(Service). Constructor for class sun.server.ServiceParameters
Creates new service parameters.
ServiceParameters(Service, ExProperties). Constructor for class sun.server.ServiceParameters
Creates new service parameters initialized from properties.
serviceRoot. Variable in class sun.server.Service
Service root directory.
ServiceSecurity(). Constructor for class sun.server.ServiceSecurity
SERVLET_DIR. Variable in class sun.server.ServletInfo
Directory name
SERVLET_PREFIX. Variable in class sun.server.ServletInfo
Property prefix for servlets
servletContext. Variable in class sun.server.ServletInfo
Servlet Context
ServletException(String). Constructor for class java.servlet.ServletException
Constructs a new ServletException with the specified detail message.
ServletInfo(Service). Constructor for class sun.server.ServletInfo
Creates new ServletInfo
ServletInputStream(). Constructor for class java.servlet.ServletInputStream
ServletOutputStream(). Constructor for class java.servlet.ServletOutputStream
servletProperties. Variable in class sun.server.ServletInfo
Properties
SERVLETS_STARTUP. Variable in class sun.server.ServletInfo
Property key for startup properties
servletStartup. Variable in class sun.server.ServletInfo
Servlets that automatically start up
set(long). Method in class sun.server.util.DateRep
Set the time in this DateRep.
setAttributes(String[], Object[]). Method in interface sun.server.realm.User
Assigns values to a set of attributes for the user.
setAuthInfo(Object). Method in interface sun.server.realm.User
Sets the authentication information associated with the user.
setBacklog(int). Method in class sun.server.ServiceParameters
Sets the service backlog.
setCacheable(boolean). Method in interface sun.server.util.URLContents
set whether the contents can be cached.
setCacheable(boolean). Method in class sun.server.util.URLContentsImpl
setContentLength(int). Method in interface java.servlet.ServletResponse
Sets the content length for this response.
setContents(URLContents). Method in class sun.server.util.URLContentsImpl
setContentType(String). Method in interface java.servlet.ServletResponse
Sets the content type for this response.
setContext(Object). Method in interface sun.server.util.Cacheable
For efficent performance of the LRUCache, it requires the Cacheable object to be able set and retrieve an opaque context object that is used by the LRUCache.
setDate(long). Method in class sun.server.util.URLContentsImpl
setDateHeader(String, long). Method in interface java.servlet.http.HttpServletResponse
Sets the value of a date header field.
setDefault(AuthContext). Static method in class sun.security.AuthContext
Sets the process default authentication context.
setDefaultPolicies(). Method in class sun.server.realm.Realm
Establishes default realm policies, such as existence of an "adminGroup" principal which owns the realm's "adminAcl".
setEnabledCipherSuites(String[]). Method in class sun.security.ssl.SSLServerSocket
Controls which particular SSL cipher suites are enabled for use by accepted connections.
setEnabledCipherSuites(String[]). Method in class sun.security.ssl.SSLSocket
Controls which particular cipher suites are enabled for use on this connection.
setErrorLog(TraceLog). Static method in class sun.server.log.Log
Sets the process-wide default error log.
setEventLog(TraceLog). Static method in class sun.server.log.Log
Sets the process-wide default trace log.
setGrace(int). Method in class sun.server.ServiceParameters
Sets the shutdown grace peiod in seconds.
setGroup(String). Static method in class sun.server.ServerProcess
Sets the current group to the specified group name or group id.
setGroup(String). Method in class sun.server.ServiceParameters
Sets the service group name or id.
setGroupProperties(String, ExProperties). Method in class sun.server.ServiceConfiguration
Set a group of properties in a property group.
setGroupProperty(String, String, String). Method in class sun.server.ServiceConfiguration
Set a property in a property group.
setHeader(String, String). Method in interface java.servlet.http.HttpServletResponse
Sets the value of a header field.
setHeaders(Hashtable). Method in interface sun.server.util.URLContents
Set the header table.
setHeaders(Hashtable). Method in class sun.server.util.URLContentsImpl
Set the header table.
setHost(String). Method in class sun.server.ServiceParameters
Sets the service host name.
setInputStream(InputStream). Method in class sun.server.util.URLContentsImpl
setIntHeader(String, int). Method in interface java.servlet.http.HttpServletResponse
Sets the value of an integer header field.
setLength(int). Method in class sun.server.util.URLContentsImpl
setLevel(int). Method in class sun.server.log.Log
Sets the logging level.
setMaxDiskCacheEntrySize(int). Method in class sun.server.util.DiskCacheImpl
setMaxRamCacheEntrySize(int). Method in class sun.server.util.DiskCacheImpl
setMaxThreads(int). Method in class sun.server.ServiceParameters
Sets the maximum number of handler threads.
setMinThreads(int). Method in class sun.server.ServiceParameters
Sets the minimum number of handler threads.
setName(Principal, String). Method in class sun.security.acl.AclImpl
Sets the name of the ACL.
setName(String). Method in class sun.server.realm.Realm
Assigns the name of this realm, and stores it in the cache of realms.
setName(String). Method in class sun.server.ServiceParameters
Sets the service name.
setNeedClientAuth(boolean). Method in class sun.security.ssl.SSLServerSocket
Controls whether the connections which are accepted must include client authentication.
setNegativePermissions(). Method in class sun.security.acl.AclEntryImpl
This method sets the ACL to have negative permissions.
setOptions(String). Method in class sun.server.log.Log
Sets logging options.
setOutputStream(OutputStream). Method in class sun.server.log.Log
Sets logging output to the specified output stream.
setPath(String). Method in interface sun.server.util.DiskCache
Set the path to the disk cache
setPath(String). Method in class sun.server.util.DiskCacheImpl
Set the path to the disk cache
setPort(int). Method in class sun.server.ServiceParameters
Sets the service port.
setPrincipal(Principal). Method in class sun.security.acl.AclEntryImpl
Sets the principal in the entity.
setProperties(ExProperties). Method in class sun.server.ServiceConfiguration
Set a group of properties in the global list.
setProperty(String, String). Method in class sun.server.ServiceConfiguration
Set a property in the global list.
setRandom(SecureRandom). Method in class sun.security.x509.CertAndKeyGen
Sets the source of random numbers used when generating keys.
setReplacementPolicy(CacheReplacer). Method in interface sun.server.util.DiskCache
When files are to be replaced, the CacheReplacer chooses which enties must go.
setReplacementPolicy(CacheReplacer). Method in class sun.server.util.DiskCacheImpl
When files are to be replaced, the CacheReplacer chooses which enties must go.
setResponseCode(int). Method in interface sun.server.util.URLContents
set the response status.
setResponseCode(int). Method in class sun.server.util.URLContentsImpl
setResponseMessage(String). Method in interface sun.server.util.URLContents
set the response message.
setResponseMessage(String). Method in class sun.server.util.URLContentsImpl
setService(Service). Method in class sun.server.ServiceParameters
Sets the service object.
setSize(int). Method in interface sun.server.util.DiskCache
Set the size of the disk cache.
setSize(int). Method in class sun.server.util.DiskCacheImpl
Set the size of the disk cache.
setSoLinger(boolean, int). Method in class sun.security.ssl.SSLSocket
Assigns the socket's linger timeout.
setSoTimeout(int). Method in class sun.security.ssl.SSLSocket
Assigns the socket timeout.
setStatus(int). Method in interface java.servlet.http.HttpServletResponse
Sets the status code and a default message for this response.
setStatus(int, String). Method in interface java.servlet.http.HttpServletResponse
Sets the status code and message for this response.
setTcpNoDelay(boolean). Method in class sun.security.ssl.SSLSocket
Enables or disables the Nagle optimization.
setThing(Object). Method in class sun.server.util.Ref
Sets the thing to the specified object.
setTime(long). Method in class sun.server.util.Alarm
Sets the absolute time for this alarm event.
setTime(long). Static method in class sun.server.util.FormattedDate
Set the current time to be ms.
setTimeFromNow(long). Method in class sun.server.util.Alarm
Sets the relative time for this alarm event.
setTimeout(int). Method in class sun.server.ServiceParameters
Sets the handler timeout in seconds.
setTransport(String). Method in class sun.server.ServiceParameters
Sets the service transport.
setTrustDecider(TrustDecider). Method in class sun.security.AuthContext
Assigns the TrustDecider object used by this authentication context.
setType(String). Method in class sun.server.util.URLContentsImpl
setUrl(URL). Method in class sun.server.util.URLContentsImpl
setUser(String). Static method in class sun.server.ServerProcess
Sets the current user to the specified user name or user id.
setUser(String). Method in class sun.server.ServiceParameters
Sets the service user name or id.
setValue(Object, Object). Method in class sun.server.EndpointDescriptor
Sets the value corresponding to a given key.
setVendor(String). Method in class sun.server.ServiceParameters
Sets the service vendor.
setVersion(String). Method in class sun.server.ServiceParameters
Sets the service version.
SHA_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for the SHA1 Message Digest Algorithm, from FIPS 180-1.
shaWithDSA_oid. Static variable in class sun.security.x509.AlgorithmId
Identifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA1 digest is signed using the Digital Signing Algorithm (DSA).
shutdown. Variable in class sun.server.Service
Set to true when service shutdown is in progress.
shutdown(). Method in class sun.server.Service
Initiates service shutdown.
shutdownComplete. Variable in class sun.server.Service
Set to true when service shutdown is complete.
sign(). Method in class sun.security.x509.X500Signer
Produces the signature for the data processed by update().
size(). Method in class sun.security.AuthContext
Returns the number of entries in the context.
size(). Method in class sun.server.util.Cache
Returns the number of elements contained within the Cache.
size(). Method in interface sun.server.util.Cacheable
This is the size of this object in bytes.
size(). Method in class sun.server.realm.IdentityMap
Return the number of identities stored.
size(). Method in class sun.security.ssl.KeyStore
Says how many aliases there are.
size(). Method in class sun.server.util.List
Return the number of elements of the list.
Sort(). Constructor for class sun.server.util.Sort
SSLEndpoint(). Constructor for class sun.security.ssl.SSLEndpoint
SSLServerSocket(int). Constructor for class sun.security.ssl.SSLServerSocket
Create an SSL server socket on a port, using the default authentication context.
SSLServerSocket(int, AuthContext). Constructor for class sun.security.ssl.SSLServerSocket
Create an SSL server socket on a port, using a non-default authentication context.
SSLServerSocket(int, int). Constructor for class sun.security.ssl.SSLServerSocket
Create an SSL server socket on a port, using the default authentication context and a specified backlog of connections.
SSLServerSocket(int, int, AuthContext). Constructor for class sun.security.ssl.SSLServerSocket
Create an SSL server socket on a port, using a non-default authentication context and a specified connection backlog.
SSLSocket(AuthContext, InetAddress, int). Constructor for class sun.security.ssl.SSLSocket
Constructs an SSL connection to a server at a specified address.
SSLSocket(AuthContext, String, int). Constructor for class sun.security.ssl.SSLSocket
Constructs an SSL connection to a named host at a specified port, using the authentication context provided.
SSLSocket(InetAddress, int). Constructor for class sun.security.ssl.SSLSocket
Constructs an SSL connection to a server at a specified address and TCP port.
SSLSocket(Socket, AuthContext). Constructor for class sun.security.ssl.SSLSocket
Layer SSL traffic over an existing connection, rather than creating a new connection.
SSLSocket(Socket, AuthContext, boolean). Constructor for class sun.security.ssl.SSLSocket
Layer SSL traffic over an existing connection, rather than creating a new connection.
SSLSocket(String, int). Constructor for class sun.security.ssl.SSLSocket
Constructs an SSL connection to a named host at a specified port.
stamp(String). Method in class sun.server.util.TimingTrace
startServer(String). Static method in class sun.server.ServerProcess
Start a server process.
startService(String). Static method in class sun.server.ServerProcess
Start up a service.
stateName_oid. Static variable in class sun.security.x509.X500Name
OID for the "S=" attribute, denoting a state (such as Delaware)
stopServer(String). Static method in class sun.server.ServerProcess
Stop a server process.
stopService(String). Static method in class sun.server.ServerProcess
Stop a service.
store(OutputStream). Method in class sun.security.ssl.KeyStore
Stores the keystore data into the indicated binary data stream encrypting private keys using a passphrase found in the context provided to the constructor for this keystore.
streetAddress_oid. Static variable in class sun.security.x509.X500Name
OID for the "STREET=" attribute, denoting a street address.
SUFFIX. Static variable in class sun.server.ServiceConfiguration

T

TextOutputStream(OutputStream). Constructor for class sun.server.util.TextOutputStream
Creates a new output stream with a default buffer size.
TextOutputStream(OutputStream, int). Constructor for class sun.server.util.TextOutputStream
Creates a new output stream with the specified buffer size.
ThreadLocal(). Constructor for class sun.server.util.ThreadLocal
time. Variable in class sun.server.util.Alarm
The absolute time, in ms, when to the alarm handler.
timeout. Variable in class sun.server.Service
Handler thread timeout.
timeout. Variable in class sun.server.ServiceParameters
The number of seconds to wait for a new connection before a handler thread times out.
TimingTrace(String, int). Constructor for class sun.server.util.TimingTrace
title_oid. Static variable in class sun.security.x509.X500Name
OID for the "T=" attribute, denoting a person's title.
toCookieString(). Method in class sun.server.util.ExDate
Return a date formatted for use in Cookies, since they use a non-standard format currently: "EEE, dd-MMM-yyyy hh:mm:ss z" (ex.
toGMTString(). Method in class sun.server.util.ExDate
Return RFC 1123 formatted String representation for the date
toString(). Method in class sun.security.acl.AclEntryImpl
Return a string representation of the contents of the ACL entry.
toString(). Method in class sun.security.acl.AclImpl
return a stringified version of the ACL.
toString(). Method in class sun.security.x509.AlgIdDSA
Returns a string describing the algorithm and its parameters.
toString(). Method in class sun.security.x509.AlgorithmId
Returns a string describing the algorithm and its parameters.
toString(). Method in class sun.security.x509.CertException
Returns a string describing the certificate exception.
toString(). Method in class sun.security.acl.GroupImpl
Prints a stringified version of the group.
toString(). Method in class sun.server.realm.HostAclEntryImpl
returns a string representation for this acl entry -- with Host support --
toString(). Method in class sun.security.acl.PermissionImpl
Prints a stringified version of the permission.
toString(). Method in class sun.security.acl.PrincipalImpl
Prints a stringified version of the principal.
toString(). Method in class sun.server.realm.Realm
Identifies this realm
toString(). Method in class sun.security.ssl.Session
Returns a string representation of this SSL session
toString(). Method in class sun.security.ssl.SessionId
Returns the ID as a string
toString(). Method in class sun.security.ssl.SSLServerSocket
Provides a brief description of this SSL socket.
toString(). Method in class sun.security.ssl.SSLSocket
Returns a printable representation of this end of the connection.
toString(). Method in class sun.security.x509.X500Name
Returns a string form of the X.500 distinguished name.
toString(). Method in class sun.security.x509.X509Cert
Returns a printable representation of the certificate.
toString(). Method in class sun.security.x509.X509Key
Returns a string representation of the object.
toString(boolean). Method in class sun.security.x509.X509Cert
Returns a printable representation of the certificate.
total. Variable in class sun.server.Service
The total number of handler threads.
TraceLog(). Constructor for class sun.server.log.TraceLog
Creates a new trace log object.
TraceLog(OutputStream). Constructor for class sun.server.log.TraceLog
Creates a new trace log using the specified output stream.
transport. Variable in class sun.server.ServiceParameters
The transport (tcp, ssl, ...) that the service uses
trustedGet(Object). Method in class sun.security.AuthContext
Provides a simple "Secure path" facility.
trustedPropName. Static variable in class sun.security.ssl.SSLEndpoint
Key identifying list of Certificate Authorities trusted for use in authenticating clients.

U

update(byte[], int, int). Method in class sun.security.x509.X500Signer
Called for each chunk of the data being signed.
update(Observable, Object). Method in class sun.server.ServiceLog
Routine called when properties are updated by the Observable object.
updateProperties(ExProperties). Method in class sun.server.ServletInfo
Called when properties are updated from the admin UI.
URLContentsImpl(). Constructor for class sun.server.util.URLContentsImpl
URLContentsImpl(DiskCacheImpl, URL, String, int). Constructor for class sun.server.util.URLContentsImpl
URLContentsImpl(DiskCacheImpl, URL, String, int, int, String, long, long). Constructor for class sun.server.util.URLContentsImpl
URLContentsImpl(URLConnection). Constructor for class sun.server.util.URLContentsImpl
URLContentsImpl(URLContents). Constructor for class sun.server.util.URLContentsImpl
useGMT. Variable in class sun.server.log.Log
If true then output GMT instead of local time.
useGMT(boolean). Method in class sun.server.log.Log
If true specified then use GMT for date output, else use local time.
useNative. Static variable in class sun.server.Service
Set to true if native library support is available.
user. Variable in class sun.server.ServiceParameters
The user to change to when running the service.

V

vendor. Variable in class sun.server.ServiceParameters
The service vendor.
verf_CA_UNTRUSTED. Static variable in class sun.security.x509.CertException
Indicates that a certificate authority in the certification chain is not trusted.
verf_CHAIN_LENGTH. Static variable in class sun.security.x509.CertException
Indicates that the certification chain is too long.
verf_INVALID_EXPIRED. Static variable in class sun.security.x509.CertException
Indicates that the certificate has expired and so is not valid.
verf_INVALID_NOTBEFORE. Static variable in class sun.security.x509.CertException
Indicates that the certificate is not yet valid.
verf_INVALID_REVOKED. Static variable in class sun.security.x509.CertException
Indicates that the certificate was revoked, and so is invalid.
verf_INVALID_SIG. Static variable in class sun.security.x509.CertException
Indicates that the signature in the certificate is not valid.
verf_PARSE_ERROR. Static variable in class sun.security.x509.CertException
Indicates an error parsing the ASN.1/DER encoding of the certificate.
verify(PublicKey). Method in class sun.security.x509.X509Cert
Throws an exception if the certificate is invalid because it is now outside of the certificate's validity period, or because it was not signed using the verification key provided.
verifyNotInPolicies(Principal). Method in class sun.server.realm.Realm
Utility for use when checking if it's alright to delete a user or group: raises an exception if the principal is in a group or ACL.
VeriSign(). Constructor for class sun.security.VeriSign
version. Static variable in class sun.security.ssl.KeyStore
version. Variable in class sun.server.ServiceParameters
The service version.

W

waitJeevesEvent(). Method in class sun.server.Service
Blocks until the Jeeves Event is triggered.
weekCount. Variable in class sun.server.util.DateRep
WorldGroupImpl(String). Constructor for class sun.security.acl.WorldGroupImpl
write(byte[]). Method in class sun.server.log.LogOutputStream
Writes an array of bytes to the output stream.
write(byte[], int, int). Method in class sun.server.log.LogOutputStream
Writes an array of bytes to the output stream.
write(byte[], int, int). Method in class sun.server.util.TextOutputStream
Writes an array of bytes to the output stream.
write(Exception). Method in class sun.server.log.TraceLog
Writes an exception to the log file if the current logging level is greater than or equal to 2.
write(int). Method in class sun.server.log.LogOutputStream
Writes a byte of data to the output stream.
write(int). Method in class sun.server.util.TextOutputStream
Writes a byte of data to the output stream.
write(int, Exception). Method in class sun.server.log.TraceLog
Writes an exception to the log file if the current logging level is greater than or equal to the specified level.
write(int, String). Method in class sun.server.log.TraceLog
Writes a message to the log file if the current logging level is greater than or equal to the specified level.
write(Object). Method in class sun.server.util.DBDataEncoder
write(Object). Method in class sun.server.util.DBDataSimpleEncoder
write(String). Method in class sun.server.log.TraceLog
Writes a message to the log file if the current logging level is greater than or equal to 2.

X

X500Name(DerInputStream). Constructor for class sun.security.x509.X500Name
Constructs a name from an ASN.1 encoded input stream.
X500Name(DerValue). Constructor for class sun.security.x509.X500Name
Constructs a name from an ASN.1 encoded value.
X500Name(String, String, String, String). Constructor for class sun.security.x509.X500Name
Constructs a name from fields common in enterprise application environments.
X500Name(String, String, String, String, String, String). Constructor for class sun.security.x509.X500Name
Constructs a name from fields common in Internet application environments.
X509Cert(). Constructor for class sun.security.x509.X509Cert
Construct a uninitialized X509 Cert on which decode must later be called (or which may be deserialized).
X509Cert(byte[]). Constructor for class sun.security.x509.X509Cert
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509Cert(byte[], int, int). Constructor for class sun.security.x509.X509Cert
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509Cert(DerValue). Constructor for class sun.security.x509.X509Cert
Unmarshal a certificate from its encoded form, parsing a DER value.
X509Cert(X500Name, X509Key, Date, Date). Constructor for class sun.security.x509.X509Cert
Partially constructs a certificate from descriptive parameters.
X509Key(). Constructor for class sun.security.x509.X509Key
Default constructor.

Y

year. Variable in class sun.server.util.DateRep