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
- addAcl(String, Principal).
Method in class com.sun.server.realm.Realm
- Returns a newly created empty ACL.
- addCookie(Cookie).
Method in interface javax.servlet.http.HttpServletResponse
- Adds the specified cookie to the response.
- addGroup(String).
Method in class com.sun.server.realm.Realm
- Returns a newly created empty group, with the name which is
given as a parameter.
- addHandshakeCompletedListener(HandshakeCompletedListener).
Method in class javax.net.ssl.SSLSocket
- Registers an event listener to receive notifications that an
SSL handshake has completed on this connection.
- authenticate(String).
Method in interface com.sun.server.realm.PassphraseAuth
- Authenticates the entity using the passphrase.
- authenticate(String, String).
Method in interface com.sun.server.realm.ChallengeResponseAuth
- Authenticates the user, using a given challenge and response.
- AuthenticationException(String).
Constructor for class com.sun.server.realm.AuthenticationException
-
- BadAclException(String).
Constructor for class com.sun.server.realm.BadAclException
- Constructs the exception, with descriptive information.
- BadGroupException(String).
Constructor for class com.sun.server.realm.BadGroupException
- Constructs the exception, with descriptive information.
- BadRealmException(String).
Constructor for class com.sun.server.realm.BadRealmException
- Constructs the exception, with descriptive information.
- BadRealmIOException(IOException, String).
Constructor for class com.sun.server.realm.BadRealmIOException
- Constructs the exception, with descriptive information.
- BadUserException(String).
Constructor for class com.sun.server.realm.BadUserException
- Constructs the exception, with descriptive information.
- buf.
Variable in class com.sun.server.log.LogOutputStream
- The buffer where output data is stored.
- Certificate().
Constructor for class javax.security.cert.Certificate
-
- CertificateEncodingException().
Constructor for class javax.security.cert.CertificateEncodingException
- Constructs a CertificateEncodingException with no detail message.
- CertificateEncodingException(String).
Constructor for class javax.security.cert.CertificateEncodingException
- Constructs a CertificateEncodingException with the specified detail
message.
- CertificateException().
Constructor for class javax.security.cert.CertificateException
-
- CertificateException(String).
Constructor for class javax.security.cert.CertificateException
- Constructs a certificate exception with the given detail
message.
- CertificateExpiredException().
Constructor for class javax.security.cert.CertificateExpiredException
- Constructs a CertificateExpiredException with no detail message.
- CertificateExpiredException(String).
Constructor for class javax.security.cert.CertificateExpiredException
- Constructs a CertificateExpiredException with the specified detail
message.
- CertificateNotYetValidException().
Constructor for class javax.security.cert.CertificateNotYetValidException
- Constructs a CertificateNotYetValidException with no detail message.
- CertificateNotYetValidException(String).
Constructor for class javax.security.cert.CertificateNotYetValidException
- Constructs a CertificateNotYetValidException with the specified detail
message.
- CertificateParsingException().
Constructor for class javax.security.cert.CertificateParsingException
- Constructs a CertificateParsingException with no detail message.
- CertificateParsingException(String).
Constructor for class javax.security.cert.CertificateParsingException
- Constructs a CertificateParsingException with the specified detail
message.
- checkValidity().
Method in class javax.security.cert.X509Certificate
- Checks that the certificate is currently valid.
- checkValidity(Date).
Method in class javax.security.cert.X509Certificate
- Checks that the specified date is within the certificate's
validity period.
- clone().
Method in class javax.servlet.http.Cookie
- Returns a copy of this object.
- close().
Method in class com.sun.server.log.Log
- Closes the output stream.
- containsHeader(String).
Method in interface javax.servlet.http.HttpServletResponse
- Checks whether the response message header has a field with
the specified name.
- Cookie(String, String).
Constructor for class javax.servlet.http.Cookie
- Defines a cookie with an initial name/value pair.
- count.
Variable in class com.sun.server.log.LogOutputStream
- The number of bytes in the buffer.
- createServerSocket(int).
Method in class javax.net.ServerSocketFactory
- Returns a server socket which uses all network interfaces on
the host, and is bound to the specified port.
- createServerSocket(int, int).
Method in class javax.net.ServerSocketFactory
- Returns a server socket which uses all network interfaces on
the host, is bound to a the specified port, and uses the
specified connection backlog.
- createServerSocket(int, int, InetAddress).
Method in class javax.net.ServerSocketFactory
- Returns a server socket which uses only the specified network
interface on the local host, is bound to a the specified port,
and uses the specified connection backlog.
- createSocket(InetAddress, int).
Method in class javax.net.SocketFactory
- Returns a socket connected to a ServerSocket at the specified
network address and port.
- createSocket(InetAddress, int, InetAddress, int).
Method in class javax.net.SocketFactory
- Returns a socket connected to a ServerSocket at the specified
network address and port.
- createSocket(String, int).
Method in class javax.net.SocketFactory
- Returns a socket connected to a ServerSocket on the named
host, at the given port.
- createSocket(String, int, InetAddress, int).
Method in class javax.net.SocketFactory
- Returns a socket connected to a ServerSocket on the named
host, at the given port.
- deleteUser(String).
Method in class com.sun.server.realm.Realm
- Deletes the identified user, if it is supported by the
underlying realm implementation.
- destroy().
Method in class javax.servlet.GenericServlet
-
Destroys the servlet, cleaning up whatever resources are being
held, and logs the destruction in the servlet log file.
- destroy().
Method in interface javax.servlet.Servlet
- Cleans up whatever resources are being held (e.g., memory, file
handles, threads) and makes sure that any persistent state is
synchronized with the servlet's current in-memory state.
- doDelete(HttpServletRequest, HttpServletResponse).
Method in class javax.servlet.http.HttpServlet
- Performs the HTTP DELETE operation; the default implementation
reports an HTTP BAD_REQUEST error.
- doGet(HttpServletRequest, HttpServletResponse).
Method in class javax.servlet.http.HttpServlet
- Performs the HTTP GET operation; the default implementation
reports an HTTP BAD_REQUEST error.
- doOptions(HttpServletRequest, HttpServletResponse).
Method in class javax.servlet.http.HttpServlet
- Performs the HTTP OPTIONS operation; the default implementation
of this method automatically determines what HTTP Options are
supported.
- doPost(HttpServletRequest, HttpServletResponse).
Method in class javax.servlet.http.HttpServlet
-
Performs the HTTP POST operation; the default implementation
reports an HTTP BAD_REQUEST error.
- doPut(HttpServletRequest, HttpServletResponse).
Method in class javax.servlet.http.HttpServlet
- Performs the HTTP PUT operation; the default implementation
reports an HTTP BAD_REQUEST error.
- doTrace(HttpServletRequest, HttpServletResponse).
Method in class javax.servlet.http.HttpServlet
- Performs the HTTP TRACE operation; the default implementation of
this method causes a response with a message containing all of
the headers sent in the trace request.
- encodeRedirectUrl(String).
Method in interface javax.servlet.http.HttpServletResponse
- Encodes the specified URL for use in the
sendRedirect
method or, if encoding is not needed,
returns the URL unchanged.
- encodeUrl(String).
Method in interface javax.servlet.http.HttpServletResponse
- Encodes the specified URL by including the session ID in it,
or, if encoding is not needed, returns the URL unchanged.
- equals(Object).
Method in class javax.security.cert.Certificate
- Compares this certificate for equality with the specified
object.
- flush().
Method in class com.sun.server.log.Log
-
Flushes pending output.
- flush().
Method in class com.sun.server.log.LogOutputStream
- Flushes the output stream.
- GenericServlet().
Constructor for class javax.servlet.GenericServlet
- The default constructor does no work.
- get(String).
Static method in class com.sun.server.realm.Realm
- Returns the realm identified by the name which is passed
as a parameter.
- getAcl().
Method in class com.sun.server.realm.Guard
-
- getAcl().
Method in class com.sun.server.realm.Realm
- Returns the access control list controlling which users within
this realm should administrative privileges on this realm itself.
- getAcl(String).
Method in class com.sun.server.realm.Realm
- Returns a particular named Access Control List (ACL) which is
associated with this realm.
- getAclNames().
Method in class com.sun.server.realm.Realm
- Returns names of all the Acls in this realm.
- getAttribute(String).
Method in interface javax.servlet.ServletContext
- Returns the value of the named attribute of the network service,
or null if the attribute does not exist.
- getAttribute(String).
Method in interface javax.servlet.ServletRequest
- Returns the value of the named attribute of the request, or
null if the attribute does not exist.
- getAttribute(String).
Method in interface com.sun.server.realm.User
- Returns the single requested attribute for the user.
- getAttributeNames().
Method in interface com.sun.server.realm.User
- Returns an enumeration of the keys for the attributes
supported for this user.
- getAuthenticator().
Method in class com.sun.server.realm.Guard
-
- getAuthType().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the authentication scheme of this request.
- getChallenge().
Method in interface com.sun.server.realm.ChallengeResponseAuth
- Generates a challenge, which is to be presented to the user in
order to generate a response.
- getChallengeType().
Method in interface com.sun.server.realm.ChallengeResponseAuth
- Identifies the type of challenge/response protocol being used.
- getCharacterEncoding().
Method in interface javax.servlet.ServletResponse
- Returns the character set encoding used for this MIME body.
- getCipherSuite().
Method in class javax.net.ssl.HandshakeCompletedEvent
- Returns the cipher suite in use by the session which was produced
by the handshake.
- getCipherSuite().
Method in interface javax.net.ssl.SSLSession
- Returns the name of the SSL cipher suite which is used for all
connections in the session.
- getComment().
Method in class javax.servlet.http.Cookie
- Returns the comment describing the purpose of this cookie, or
null if no such comment has been defined.
- getContentLength().
Method in interface javax.servlet.ServletRequest
- Returns the size of the request entity data, or -1 if not known.
- getContentType().
Method in interface javax.servlet.ServletRequest
- Returns the Internet Media Type of the request entity data, or
null if not known.
- getCookies().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the array of cookies found in this request.
- getCreationTime().
Method in interface javax.servlet.http.HttpSession
- Returns the time at which this session representation was created,
in milliseconds since midnight, January 1, 1970 UTC.
- getCreationTime().
Method in interface javax.net.ssl.SSLSession
- Returns the time at which this Session representation was created,
in milliseconds since midnight, January 1, 1970 UTC.
- getDateHeader(String).
Method in interface javax.servlet.http.HttpServletRequest
- Gets the value of the requested date header field of this
request.
- getDefault().
Static method in class javax.net.ServerSocketFactory
- Returns a copy of the environment's default socket factory.
- getDefault().
Static method in class javax.net.SocketFactory
- Returns a copy of the environment's default socket factory.
- getDefault().
Static method in class javax.net.ssl.SSLServerSocketFactory
- Returns the default SSL server socket factory.
- getDefault().
Static method in class javax.net.ssl.SSLSocketFactory
- Returns the default SSL socket factory.
- getDefaultAclOwner().
Method in class com.sun.server.realm.Realm
- Returns the Principal which, by default, owns ACLs within
this realm.
- getDefaultCipherSuites().
Method in class javax.net.ssl.SSLServerSocketFactory
- Returns the list of cipher suites which are enabled by default.
- getDefaultCipherSuites().
Method in class javax.net.ssl.SSLSocketFactory
- Returns the list of cipher suites which are enabled by default.
- getDomain().
Method in class javax.servlet.http.Cookie
- Returns the domain of this cookie.
- getEnabledCipherSuites().
Method in class javax.net.ssl.SSLServerSocket
- Returns the list of cipher suites which are currently enabled
for use by newly accepted connections.
- getEnabledCipherSuites().
Method in class javax.net.ssl.SSLSocket
- Returns the names of the SSL cipher suites which are currently enabled
for use on this connection.
- getEnableSessionCreation().
Method in class javax.net.ssl.SSLServerSocket
-
Returns true if new SSL sessions may be established by the
sockets which are created from this server socket.
- getEnableSessionCreation().
Method in class javax.net.ssl.SSLSocket
-
Returns true if new SSL sessions may be established by this socket.
- getEncoded().
Method in class javax.security.cert.Certificate
- Returns the encoded form of this certificate.
- getErrorLog().
Static method in class com.sun.server.log.Log
- Returns the process-wide default error log.
- getEventLog().
Static method in class com.sun.server.log.Log
- Returns the process-wide default trace log.
- getException().
Method in class com.sun.server.realm.BadRealmIOException
- Returns the I/O exception being reported.
- getGroup(String).
Method in class com.sun.server.realm.Realm
- Returns the group with the name which is given as a parameter.
- getGroupNames().
Method in class com.sun.server.realm.Realm
- Returns names of all the groups in this particular realm.
- getHeader(String).
Method in interface javax.servlet.http.HttpServletRequest
- Gets the value of the requested header field of this request.
- getHeaderNames().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the header names for this request.
- getId().
Method in interface javax.servlet.http.HttpSession
- Returns the identifier assigned to this session.
- getId().
Method in interface javax.net.ssl.SSLSession
- Returns the identifier assigned to this Session.
- getIds().
Method in interface javax.servlet.http.HttpSessionContext
- Returns an enumeration of all of the session IDs in this context.
- getIds().
Method in interface javax.net.ssl.SSLSessionContext
- Returns an Enumeration of all session id's
- getInitParameter(String).
Method in class javax.servlet.GenericServlet
- Returns a string containing the value of the named
initialization parameter, or null if the requested parameter
does not exist.
- getInitParameter(String).
Method in interface javax.servlet.ServletConfig
-
Returns a string containing the value of the named
initialization parameter of the servlet, or null if the
parameter does not exist.
- getInitParameterNames().
Method in class javax.servlet.GenericServlet
- Returns the names of the servlet's initialization parameters as
an enumeration of strings, or an empty enumeration if there are
no initialization parameters.
- getInitParameterNames().
Method in interface javax.servlet.ServletConfig
- Returns the names of the servlet's initialization parameters
as an enumeration of strings, or an empty enumeration if there
are no initialization parameters.
- getInputStream().
Method in interface javax.servlet.ServletRequest
- Returns an input stream for reading binary data in the request body.
- getInstance(byte[]).
Static method in class javax.security.cert.X509Certificate
- Instantiates an X509Certificate object, and initializes it with
the specified byte array.
- getInstance(InputStream).
Static method in class javax.security.cert.X509Certificate
- Instantiates an X509Certificate object, and initializes it with
the data read from the input stream
inStream
.
- getIntHeader(String).
Method in interface javax.servlet.http.HttpServletRequest
- Gets the value of the specified integer header field of this
request.
- getIssuerDN().
Method in class javax.security.cert.X509Certificate
- Gets the
issuer
(issuer distinguished name) value from
the certificate.
- getLastAccessedTime().
Method in interface javax.servlet.http.HttpSession
- Returns the last time the client sent a request carrying the identifier
assigned to the session.
- getLastAccessedTime().
Method in interface javax.net.ssl.SSLSession
- Returns the last time this Session representation was accessed by the
session level infrastructure, in milliseconds since
midnight, January 1, 1970 UTC.
- getLastModified(HttpServletRequest).
Method in class javax.servlet.http.HttpServlet
- Gets the time the requested entity was last modified; the
default implementation returns a negative number, indicating
that the modification time is unknown and hence should not be
used for conditional GET operations or for other cache control
operations as this implementation will always return the contents.
- getLevel().
Method in class com.sun.server.log.Log
- Returns the current logging level.
- getMaxAge().
Method in class javax.servlet.http.Cookie
- Returns the maximum specified age of the cookie.
- getMethod().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the HTTP method (for example, GET, POST, PUT) with which
this request was made.
- getMimeType(String).
Method in interface javax.servlet.ServletContext
- Returns the mime type of the specified file, or null if not known.
- getName().
Method in class javax.servlet.http.Cookie
- Returns the name of the cookie.
- getName().
Method in class javax.servlet.http.HttpSessionBindingEvent
- Returns the name to which the object is being bound or the name
from which the object is being unbound.
- getName().
Method in class com.sun.server.realm.Realm
- Returns the name of this realm, as presented to users
- getName().
Method in class javax.net.ssl.SSLSessionBindingEvent
- Returns the name to which the object is being bound, or the name
from which the object is being unbound.
- getNeedClientAuth().
Method in class javax.net.ssl.SSLServerSocket
- Returns true if client authentication is required on newly accepted
connections.
- getNeedClientAuth().
Method in class javax.net.ssl.SSLSocket
- Returns true if the socket will require client authentication.
- getNotAfter().
Method in class javax.security.cert.X509Certificate
- Gets the
notAfter
date from the validity period of
the certificate.
- getNotBefore().
Method in class javax.security.cert.X509Certificate
- Gets the
notBefore
date from the validity period of
the certificate.
- getOptions().
Method in class com.sun.server.log.Log
- Get an array of the options set for this log
- getOutputStream().
Method in class com.sun.server.log.Log
- Return the output stream used for writing the log.
- getOutputStream().
Method in interface javax.servlet.ServletResponse
- Returns an output stream for writing binary response data.
- getParameter(String).
Method in interface javax.servlet.ServletRequest
- Returns a string containing the lone value of the specified
parameter, or null if the parameter does not exist.
- getParameterNames().
Method in interface javax.servlet.ServletRequest
- Returns the parameter names for this request as an enumeration
of strings, or an empty enumeration if there are no parameters
or the input stream is empty.
- getParameterValues(String).
Method in interface javax.servlet.ServletRequest
- Returns the values of the specified parameter for the request as
an array of strings, or null if the named parameter does not
exist.
- getPath().
Method in class javax.servlet.http.Cookie
- Returns the prefix of all URLs for which this cookie is targetted.
- getPathInfo().
Method in interface javax.servlet.http.HttpServletRequest
- Gets any optional extra path information following the servlet
path of this request's URI, but immediately preceding its query
string.
- getPathTranslated().
Method in interface javax.servlet.http.HttpServletRequest
- Gets any optional extra path information following the servlet
path of this request's URI, but immediately preceding its query
string, and translates it to a real path.
- getPeerCertificateChain().
Method in class javax.net.ssl.HandshakeCompletedEvent
- Returns the identity of the peer which was identified as part
of defining the session.
- getPeerCertificateChain().
Method in interface javax.net.ssl.SSLSession
- Return the cert chain presented by the peer.
- getPeerHost().
Method in interface javax.net.ssl.SSLSession
- Returns the host name of the peer in this session.
- getProtectedResources().
Method in class com.sun.server.realm.ResourceManager
- return an enumeration of all the objects that are
protected.
- getProtection(Object).
Method in class com.sun.server.realm.ResourceManager
- get the Guard object that protexts the
- getProtocol().
Method in interface javax.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 javax.security.cert.Certificate
- Gets the public key from this certificate.
- getQueryString().
Method in interface javax.servlet.http.HttpServletRequest
- Gets any query string that is part of the HTTP request URI.
- getReader().
Method in interface javax.servlet.ServletRequest
- Returns a buffered reader for reading text in the request body.
- getRealm().
Method in class com.sun.server.realm.Guard
-
- getRealm().
Method in interface com.sun.server.realm.User
- Returns the realm with which this user is associated.
- getRealmDir().
Method in class com.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.
- getRealmNames().
Static method in class com.sun.server.realm.Realm
- Returns the names of accessible realms.
- getRealPath(String).
Method in interface javax.servlet.ServletContext
- Applies alias rules to the specified virtual path and returns the
corresponding real path.
- getRealPath(String).
Method in interface javax.servlet.ServletRequest
- Applies alias rules to the specified virtual path and returns
the corresponding real path, or null if the translation can not
be performed for any reason.
- getRemoteAddr().
Method in interface javax.servlet.ServletRequest
- Returns the IP address of the agent that sent the request.
- getRemoteHost().
Method in interface javax.servlet.ServletRequest
- Returns the fully qualified host name of the agent that sent the
request.
- getRemoteUser().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the name of the user making this request.
- getRequestedSessionId().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the session id specified with this request.
- getRequestURI().
Method in interface javax.servlet.http.HttpServletRequest
- Gets, from the first line of the HTTP request, the part of this
request's URI that is to the left of any query string.
- getRequestURL(HttpServletRequest).
Static method in class javax.servlet.http.HttpUtils
- Reconstructs the URL used by the client used to make the
request.
- getScheme().
Method in interface javax.servlet.ServletRequest
- Returns the scheme of the URL used in this request, for example
"http", "https", or "ftp".
- getSecure().
Method in class javax.servlet.http.Cookie
- Returns the value of the 'secure' flag.
- getSerialNumber().
Method in class javax.security.cert.X509Certificate
- Gets the
serialNumber
value from the certificate.
- getServerInfo().
Method in interface javax.servlet.ServletContext
- Returns the name and version of the network service under which
the servlet is running.
- getServerName().
Method in interface javax.servlet.ServletRequest
- Returns the host name of the server that received the request.
- getServerPort().
Method in interface javax.servlet.ServletRequest
- Returns the port number on which this request was received.
- getServlet().
Method in class javax.servlet.UnavailableException
- Returns the servlet that is reporting its unavailability.
- getServlet(String).
Method in interface javax.servlet.ServletContext
- Returns the servlet of the specified name, or null if not
found.
- getServletConfig().
Method in class javax.servlet.GenericServlet
- Returns a servletConfig object containing any startup
configuration information for this servlet.
- getServletConfig().
Method in interface javax.servlet.Servlet
- Returns a servlet config object, which contains any
initialization parameters and startup configuration for this
servlet.
- getServletContext().
Method in class javax.servlet.GenericServlet
- Returns a ServletContext object, which contains information
about the network service in which the servlet is running.
- getServletContext().
Method in interface javax.servlet.ServletConfig
- Returns the context for the servlet.
- getServletInfo().
Method in class javax.servlet.GenericServlet
- Returns a string that contains information about the servlet,
such as its author, version, and copyright.
- getServletInfo().
Method in interface javax.servlet.Servlet
- Returns a string containing information about the servlet, such as
its author, version, and copyright.
- getServletNames().
Method in interface javax.servlet.ServletContext
- Returns an enumeration of the Servlet object names in this server.
- getServletPath().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the part of this request's URI that refers to the servlet
being invoked.
- getServlets().
Method in interface javax.servlet.ServletContext
- Returns an enumeration of the Servlet objects in this server.
- getSession().
Method in class javax.net.ssl.HandshakeCompletedEvent
- Returns the session which was produced by the handshake.
- getSession().
Method in class javax.servlet.http.HttpSessionBindingEvent
- Returns the session into which the listener is being bound or
from which the listener is being unbound.
- getSession().
Method in class javax.net.ssl.SSLSessionBindingEvent
- Returns the SSLSession into which the listener is being bound or
from which the listener is being unbound.
- getSession().
Method in class javax.net.ssl.SSLSocket
- Returns the the SSL Session in use by this connection.
- getSession(boolean).
Method in interface javax.servlet.http.HttpServletRequest
- Gets the current valid session associated with this request, if
create is false or, if necessary, creates a new session for the
request, if create is true.
- getSession(byte[]).
Method in interface javax.net.ssl.SSLSessionContext
- Returns the SSLSession bound to the specified session id, or null if
the specified session id does not refer to a valid SSLSession.
- getSession(String).
Method in interface javax.servlet.http.HttpSessionContext
- Returns the session bound to the specified session ID.
- getSessionContext().
Method in interface javax.servlet.http.HttpSession
- Returns the context in which this session is bound.
- getSessionContext().
Method in interface javax.net.ssl.SSLSession
- Returns the context in which this session is bound.
- getSigAlgName().
Method in class javax.security.cert.X509Certificate
- Gets the signature algorithm name for the certificate
signature algorithm.
- getSigAlgOID().
Method in class javax.security.cert.X509Certificate
- Gets the signature algorithm OID string from the certificate.
- getSigAlgParams().
Method in class javax.security.cert.X509Certificate
- Gets the DER-encoded signature algorithm parameters from this
certificate's signature algorithm.
- getSocket().
Method in class javax.net.ssl.HandshakeCompletedEvent
- Returns the socket which is the source of this event.
- getSubjectDN().
Method in class javax.security.cert.X509Certificate
- Gets the
subject
(subject distinguished name) value
from the certificate.
- getSupportedCipherSuites().
Method in class javax.net.ssl.SSLServerSocket
- Returns the names of the cipher suites which could be enabled for use
on an SSL connection.
- getSupportedCipherSuites().
Method in class javax.net.ssl.SSLServerSocketFactory
- Returns the names of the cipher suites which could be enabled for use
on an SSL connection created by this factory.
- getSupportedCipherSuites().
Method in class javax.net.ssl.SSLSocket
- Returns the names of the cipher suites which could be enabled for use
on an SSL connection.
- getSupportedCipherSuites().
Method in class javax.net.ssl.SSLSocketFactory
- Returns the names of the cipher suites which could be enabled for use
on an SSL connection.
- getUnavailableSeconds().
Method in class javax.servlet.UnavailableException
- Returns the amount of time the servlet expects to be temporarily
unavailable.
- getUseClientMode().
Method in class javax.net.ssl.SSLServerSocket
- Returns true if accepted connections will be in SSL client mode.
- getUseClientMode().
Method in class javax.net.ssl.SSLSocket
- Returns true if the socket is set to use client mode in its first
handshake.
- getUser(String).
Method in class com.sun.server.realm.Realm
- Returns the information recorded about a particular named user.
- getUserNames().
Method in class com.sun.server.realm.Realm
- Returns names of all the users in this particular realm.
- getValue().
Method in class javax.servlet.http.Cookie
- Returns the value of the cookie.
- getValue(String).
Method in interface javax.servlet.http.HttpSession
- Returns the object bound to the given name in the session's
application layer data.
- getValue(String).
Method in interface javax.net.ssl.SSLSession
- Returns the object bound to the given name in the session's
application layer data.
- getValueNames().
Method in interface javax.servlet.http.HttpSession
- Returns an array of the names of all the application layer
data objects bound into the session.
- getValueNames().
Method in interface javax.net.ssl.SSLSession
- Returns an array of the names of all the application layer
data objects bound into the Session.
- getVersion().
Method in class javax.servlet.http.Cookie
- Returns the version of the cookie.
- getVersion().
Method in class javax.security.cert.X509Certificate
- Gets the
version
(version number) value from the certificate.
- getWriter().
Method in interface javax.servlet.ServletResponse
- Returns a print writer for writing formatted text responses.
- Guard(Realm, Object, Acl).
Constructor for class com.sun.server.realm.Guard
-
- handleAlarm(Alarm).
Method in class com.sun.server.log.LogOutputStream
-
Handle alarm sent for timed flush.
- handshakeCompleted(HandshakeCompletedEvent).
Method in interface javax.net.ssl.HandshakeCompletedListener
- This method is invoked on objects waiting for an SSL
handshake to complete upon completion.
- HandshakeCompletedEvent(SSLSocket, SSLSession).
Constructor for class javax.net.ssl.HandshakeCompletedEvent
- Constructs a new HandshakeCompletedEvent.
- hashCode().
Method in class javax.security.cert.Certificate
- Returns a hashcode value for this certificate from its
encoded form.
- HttpLog().
Constructor for class com.sun.server.log.http.HttpLog
- Creates a new common log object.
- HttpLog(OutputStream).
Constructor for class com.sun.server.log.http.HttpLog
- Create a new object that writes to the OutputStream
- HttpServlet().
Constructor for class javax.servlet.http.HttpServlet
- The default constructor does nothing.
- HttpSessionBindingEvent(HttpSession, String).
Constructor for class javax.servlet.http.HttpSessionBindingEvent
- Constructs a new HttpSessionBindingEvent
- HttpUtils().
Constructor for class javax.servlet.http.HttpUtils
-
- init(Properties).
Method in class com.sun.server.realm.Realm
- Initialize a realm from some properties.
- init(ServletConfig).
Method in class javax.servlet.GenericServlet
-
Initializes the servlet and logs the initialization.
- init(ServletConfig).
Method in interface javax.servlet.Servlet
- Initializes the servlet.
- InUseException(String).
Constructor for class com.sun.server.realm.InUseException
- Constructs the exception, with descriptive information.
- invalidate().
Method in interface javax.servlet.http.HttpSession
- Causes this representation of the session to be invalidated and removed
from its context.
- invalidate().
Method in interface javax.net.ssl.SSLSession
- Invalidates the session.
- isAuthenticationEnabled().
Method in interface com.sun.server.realm.User
- Returns true if authentication for this user is enabled.
- isNew().
Method in interface javax.servlet.http.HttpSession
- A session is considered to be "new" if it has been created by the server,
but the client has not yet acknowledged joining the session.
- isPermanent().
Method in class javax.servlet.UnavailableException
- Returns true if the servlet is "permanently" unavailable,
indicating that the service administrator must take some
corrective action to make the servlet be usable.
- isProtected(Object).
Method in class com.sun.server.realm.ResourceManager
- return whether or not a resrouce is protected
- isRequestedSessionIdFromCookie().
Method in interface javax.servlet.http.HttpServletRequest
- Checks whether the session id specified by this request came in
as a cookie.
- isRequestedSessionIdFromUrl().
Method in interface javax.servlet.http.HttpServletRequest
- Checks whether the session id specified by this request came in
as part of the URL.
- isRequestedSessionIdValid().
Method in interface javax.servlet.http.HttpServletRequest
- Checks whether this request is associated with a session that
is valid in the current session context.
- lineSeparator.
Static variable in class com.sun.server.log.Log
- System line separator
- lineSeparator.
Static variable in class com.sun.server.log.LogOutputStream
- The line separator.
- Log().
Constructor for class com.sun.server.log.Log
- Create a new Log.
- log(Exception, String).
Method in interface javax.servlet.ServletContext
- Write the stacktrace and the given message string to the
servlet log file.
- Log(OutputStream).
Constructor for class com.sun.server.log.Log
-
Create a new Log writing to OutputStream specified.
- log(String).
Method in class javax.servlet.GenericServlet
-
Writes the class name of the servlet and the given message to
the servlet log file.
- log(String).
Method in interface javax.servlet.ServletContext
- Writes the given message string to the servlet log file.
- logError(Exception, String).
Static method in class com.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 com.sun.server.realm.Realm
-
- LogOutputStream(File).
Constructor for class com.sun.server.log.LogOutputStream
- Creates a new output stream with defaults
- LogOutputStream(File, long, int).
Constructor for class com.sun.server.log.LogOutputStream
- Create a new output stream, with no timed flushes
- LogOutputStream(File, long, int, int).
Constructor for class com.sun.server.log.LogOutputStream
- Creates a new output stream with rollover, buffer size, and flush time.
- NoAuthenticationException(String).
Constructor for class com.sun.server.realm.NoAuthenticationException
- Constructs the exception, with descriptive information.
- NoSuchAclException(String).
Constructor for class com.sun.server.realm.NoSuchAclException
- Constructs the exception, with descriptive information.
- NoSuchGroupException(String).
Constructor for class com.sun.server.realm.NoSuchGroupException
- Constructs the exception, with descriptive information.
- NoSuchRealmException(String).
Constructor for class com.sun.server.realm.NoSuchRealmException
- Constructs the exception, with descriptive information.
- NoSuchUserException(String).
Constructor for class com.sun.server.realm.NoSuchUserException
- Constructs the exception, with descriptive information.
- NullTraceLog().
Constructor for class com.sun.server.log.NullTraceLog
-
- parsePostData(int, ServletInputStream).
Static method in class javax.servlet.http.HttpUtils
-
Parses FORM data that is posted to the server using the HTTP
POST method and the application/x-www-form-urlencoded mime
type.
- parseQueryString(String).
Static method in class javax.servlet.http.HttpUtils
- Parses a query string and builds a hashtable of key-value
pairs, where the values are arrays of strings.
- print(boolean).
Method in class javax.servlet.ServletOutputStream
- Prints the boolean provided.
- print(char).
Method in class javax.servlet.ServletOutputStream
-
- print(double).
Method in class javax.servlet.ServletOutputStream
- Prints the double provided.
- print(float).
Method in class javax.servlet.ServletOutputStream
- Prints the float provided.
- print(int).
Method in class com.sun.server.log.Log
- Prints an integer value.
- print(int).
Method in class javax.servlet.ServletOutputStream
- Prints the integer provided.
- print(long).
Method in class com.sun.server.log.Log
- Prints a long value.
- print(long).
Method in class javax.servlet.ServletOutputStream
- Prints the long provided.
- print(String).
Method in class com.sun.server.log.Log
- Prints an ASCII string.
- print(String).
Method in class javax.servlet.ServletOutputStream
- Prints the string provided.
- println().
Method in class com.sun.server.log.Log
- Prints a line separator.
- println().
Method in class javax.servlet.ServletOutputStream
- Prints a CRLF.
- println(boolean).
Method in class javax.servlet.ServletOutputStream
- Prints the boolean provided, followed by a CRLF.
- println(char).
Method in class javax.servlet.ServletOutputStream
-
- println(double).
Method in class javax.servlet.ServletOutputStream
- Prints the double provided, followed by a CRLF.
- println(float).
Method in class javax.servlet.ServletOutputStream
- Prints the float provided, followed by a CRLF.
- println(int).
Method in class com.sun.server.log.Log
- Prints an integer value followed by a line separator.
- println(int).
Method in class javax.servlet.ServletOutputStream
- Prints the integer provided, followed by a CRLF.
- println(long).
Method in class com.sun.server.log.Log
- Prints a long value followed by a line separator.
- println(long).
Method in class javax.servlet.ServletOutputStream
-
Prints the long provided, followed by a CRLF.
- println(String).
Method in class com.sun.server.log.Log
- Prints an ASCII string followed by a line separator.
- println(String).
Method in class javax.servlet.ServletOutputStream
- Prints the string provided, followed by a CRLF.
- protect(Object, Guard).
Method in class com.sun.server.realm.ResourceManager
- Protect the resource object using the passed guard.
- putValue(String, Object).
Method in interface javax.servlet.http.HttpSession
- Binds the specified object into the session's application layer data
with the given name.
- putValue(String, Object).
Method in interface javax.net.ssl.SSLSession
- Binds the specified object into the session's application layer data
with the given name.
- readLine(byte[], int, int).
Method in class javax.servlet.ServletInputStream
- Starting at the specified offset, reads into the given 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().
Constructor for class com.sun.server.realm.Realm
- The default constructor creates a realm which will later
be initialized, either from propertys or by deserializing.
- removeAcl(String).
Method in class com.sun.server.realm.Realm
- Deletes the named ACL.
- removeGroup(String).
Method in class com.sun.server.realm.Realm
- Deletes a group, if it is empty and is a member of no
group or ACL
- removeHandshakeCompletedListener(HandshakeCompletedListener).
Method in class javax.net.ssl.SSLSocket
- Removes a previously registered handshake completion listener.
- removeValue(String).
Method in interface javax.servlet.http.HttpSession
- Removes the object bound to the given name in the session's
application layer data.
- removeValue(String).
Method in interface javax.net.ssl.SSLSession
- Removes the object bound to the given name in the session's
application layer data.
- ResourceManager().
Constructor for class com.sun.server.realm.ResourceManager
- Construct a realm configuration manager.
- SC_ACCEPTED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (202) indicating that a request was accepted for
processing, but was not completed.
- SC_BAD_GATEWAY.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (502) indicating that the HTTP server received an
invalid response from a server it consulted when acting as a
proxy or gateway.
- SC_BAD_REQUEST.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (400) indicating the request sent by the client was
syntactically incorrect.
- SC_CONFLICT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (409) indicating that the request could not be
completed due to a conflict with the current state of the
resource.
- SC_CONTINUE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (100) indicating the client can continue.
- SC_CREATED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (201) indicating the request succeeded and created
a new resource on the server.
- SC_FORBIDDEN.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (403) indicating the server understood the request
but refused to fulfill it.
- SC_GATEWAY_TIMEOUT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (504) indicating that the server did not receive
a timely response from the upstream server while acting as
a gateway or proxy.
- SC_GONE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (410) indicating that the resource is no longer
available at the server and no forwarding address is known.
- SC_HTTP_VERSION_NOT_SUPPORTED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (505) indicating that the server does not support
or refuses to support the HTTP protocol version that was used
in the request message.
- SC_INTERNAL_SERVER_ERROR.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (500) indicating an error inside the HTTP server
which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (411) indicating that the request cannot be handled
without a defined
Content-Length
.
- SC_METHOD_NOT_ALLOWED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (405) indicating that the method specified in the
Request-Line
is not allowed for the resource
identified by the Request-URI
.
- SC_MOVED_PERMANENTLY.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (301) indicating that the resource has permanently
moved to a new location, and that future references should use a
new URI with their requests.
- SC_MOVED_TEMPORARILY.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (302) indicating that the resource has temporarily
moved to another location, but that future references should
still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (300) indicating that the requested resource
corresponds to any one of a set of representations, each with
its own specific location.
- SC_NO_CONTENT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (204) indicating that the request succeeded but that
there was no new information to return.
- SC_NON_AUTHORITATIVE_INFORMATION.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (203) indicating that the meta information presented
by the client did not originate from the server.
- SC_NOT_ACCEPTABLE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (406) indicating that the resource identified by the
request is only capable of generating response entities which have
content characteristics not acceptable according to the accept
headerssent in the request.
- SC_NOT_FOUND.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (404) indicating that the requested resource is not
available.
- SC_NOT_IMPLEMENTED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (501) indicating the HTTP server does not support
the functionality needed to fulfill the request.
- SC_NOT_MODIFIED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (304) indicating that a conditional GET operation
found that the resource was available and not modified.
- SC_OK.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (206) indicating that the server has fulfilled
the partial GET request for the resource.
- SC_PAYMENT_REQUIRED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (412) indicating that the precondition given in one
or more of the request-header fields evaluated to false when it
was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (407) indicating that the client MUST first
authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (413) indicating that the server is refusing to process
the request because the request entity is larger than the server is
willing or able to process.
- SC_REQUEST_TIMEOUT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (408) indicating that the client did not produce a
requestwithin the time that the server was prepared to wait.
- SC_REQUEST_URI_TOO_LONG.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (414) indicating that the server is refusing to service
the request because the
Request-URI
is longer
than the server is willing to interpret.
- SC_RESET_CONTENT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (205) indicating that the agent SHOULD reset
the document view which caused the request to be sent.
- SC_SEE_OTHER.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (303) indicating that the response to the request
can be found under a different URI.
- SC_SERVICE_UNAVAILABLE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (503) indicating that the HTTP server is
temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (101) indicating the server is switching protocols
according to Upgrade header.
- SC_UNAUTHORIZED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (401) indicating that the request requires HTTP
authentication.
- SC_UNSUPPORTED_MEDIA_TYPE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (415) indicating that the server is refusing to service
the request because the entity of the request is in a format not
supported by the requested resource for the requested method.
- SC_USE_PROXY.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (305) indicating that the requested resource
MUST be accessed through the proxy given by the
Location
field.
- sendError(int).
Method in interface javax.servlet.http.HttpServletResponse
- Sends an error response to the client using the specified
status code and a default message.
- sendError(int, String).
Method in interface javax.servlet.http.HttpServletResponse
- Sends an error response to the client using the specified status
code and descriptive message.
- sendRedirect(String).
Method in interface javax.servlet.http.HttpServletResponse
- Sends a temporary redirect response to the client using the
specified redirect location URL.
- ServerSocketFactory().
Constructor for class javax.net.ServerSocketFactory
- Constructor is used only by subclasses.
- service(HttpServletRequest, HttpServletResponse).
Method in class javax.servlet.http.HttpServlet
- This is an HTTP-specific version of the
Servlet.service
method, which accepts HTTP specific
parameters.
- service(ServletRequest, ServletResponse).
Method in class javax.servlet.GenericServlet
-
Carries out a single request from the client.
- service(ServletRequest, ServletResponse).
Method in class javax.servlet.http.HttpServlet
- Implements the high level
Servlet.service
method by
delegating to the HTTP-specific service method.
- service(ServletRequest, ServletResponse).
Method in interface javax.servlet.Servlet
- Carries out a single request from the client.
- ServletException().
Constructor for class javax.servlet.ServletException
- Constructs a new ServletException.
- ServletException(String).
Constructor for class javax.servlet.ServletException
- Constructs a new ServletException with the specified
descriptive message.
- ServletInputStream().
Constructor for class javax.servlet.ServletInputStream
- The default constructor does no work.
- ServletOutputStream().
Constructor for class javax.servlet.ServletOutputStream
- The default constructor does no work.
- setComment(String).
Method in class javax.servlet.http.Cookie
- If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described using this comment.
- setContentLength(int).
Method in interface javax.servlet.ServletResponse
- Sets the content length for this response.
- setContentType(String).
Method in interface javax.servlet.ServletResponse
- Sets the content type for this response.
- setDateHeader(String, long).
Method in interface javax.servlet.http.HttpServletResponse
-
Adds a field to the response header with the given name and
date-valued field.
- setDefaultPolicies().
Method in class com.sun.server.realm.Realm
- Establishes default realm policies, such as existence of
an "adminGroup" principal which owns the realm's "adminAcl".
- setDomain(String).
Method in class javax.servlet.http.Cookie
- This cookie should be presented only to hosts satisfying this domain
name pattern.
- setEnabledCipherSuites(String[]).
Method in class javax.net.ssl.SSLServerSocket
- Controls which particular SSL cipher suites are enabled for use
by accepted connections.
- setEnabledCipherSuites(String[]).
Method in class javax.net.ssl.SSLSocket
- Controls which particular cipher suites are enabled for use on
this connection.
- setEnableSessionCreation(boolean).
Method in class javax.net.ssl.SSLServerSocket
-
Controls whether new SSL sessions may be established by the
sockets which are created from this server socket.
- setEnableSessionCreation(boolean).
Method in class javax.net.ssl.SSLSocket
- Controls whether new SSL sessions may be established by this socket.
- setErrorLog(TraceLog).
Static method in class com.sun.server.log.Log
- Sets the process-wide default error log.
- setEventLog(TraceLog).
Static method in class com.sun.server.log.Log
- Sets the process-wide default trace log.
- setHeader(String, String).
Method in interface javax.servlet.http.HttpServletResponse
-
Adds a field to the response header with the given name and value.
- setIntHeader(String, int).
Method in interface javax.servlet.http.HttpServletResponse
- Adds a field to the response header with the given name and
integer value.
- setLevel(int).
Method in class com.sun.server.log.Log
- Sets the logging level.
- setMaxAge(int).
Method in class javax.servlet.http.Cookie
- Sets the maximum age of the cookie.
- setName(String).
Method in class com.sun.server.realm.Realm
- Assigns the name of this realm, and stores it in the cache
of realms.
- setNeedClientAuth(boolean).
Method in class javax.net.ssl.SSLServerSocket
- Controls whether the connections which are accepted must include
client authentication.
- setNeedClientAuth(boolean).
Method in class javax.net.ssl.SSLSocket
- Configures the socket to require client authentication.
- setOptions(String).
Method in class com.sun.server.log.http.HttpLog
-
Set logging options.
- setOptions(String).
Method in class com.sun.server.log.Log
- Sets logging options.
- setOutputStream(OutputStream).
Method in class com.sun.server.log.Log
- Sets logging output to the specified output stream.
- setOutputStream(OutputStream).
Method in class com.sun.server.log.TraceLog
- Sets logging output to the specified output stream.
- setPath(String).
Method in class javax.servlet.http.Cookie
- This cookie should be presented only with requests beginning
with this URL.
- setRealmDir(File).
Method in class com.sun.server.realm.Realm
- Initializer for use by subclasses.
- setSecure(boolean).
Method in class javax.servlet.http.Cookie
- Indicates to the user agent that the cookie should only be sent
using a secure protocol (https).
- setStatus(int).
Method in interface javax.servlet.http.HttpServletResponse
- Sets the status code for this response.
- setStatus(int, String).
Method in interface javax.servlet.http.HttpServletResponse
- Sets the status code and message for this response.
- setUseClientMode(boolean).
Method in class javax.net.ssl.SSLServerSocket
- Controls whether accepted connections are in the (default) SSL server
mode, or the SSL client mode.
- setUseClientMode(boolean).
Method in class javax.net.ssl.SSLSocket
- Configures the socket to use client (or server) mode in its first
handshake.
- setValue(String).
Method in class javax.servlet.http.Cookie
- Sets the value of the cookie.
- setVersion(int).
Method in class javax.servlet.http.Cookie
- Sets the version of the cookie protocol used when this cookie saves
itself.
- SocketFactory().
Constructor for class javax.net.SocketFactory
- Constructor is used only by subclasses.
- SSLException(String).
Constructor for class javax.net.ssl.SSLException
- Constructs an exception reporting an error found by
an SSL subsystem.
- SSLHandshakeException(String).
Constructor for class javax.net.ssl.SSLHandshakeException
- Constructs an exception reporting an error found by
an SSL subsystem during handshaking.
- SSLKeyException(String).
Constructor for class javax.net.ssl.SSLKeyException
- Constructs an exception reporting a key management error
found by an SSL subsystem.
- SSLPeerUnverifiedException(String).
Constructor for class javax.net.ssl.SSLPeerUnverifiedException
- Constructs an exception reporting that the SSL peer's
identity has not been verifiied.
- SSLProtocolException(String).
Constructor for class javax.net.ssl.SSLProtocolException
- Constructs an exception reporting an SSL protocol error
detected by an SSL subsystem.
- SSLServerSocket(int).
Constructor for class javax.net.ssl.SSLServerSocket
- Used only by subclasses.
- SSLServerSocket(int, int).
Constructor for class javax.net.ssl.SSLServerSocket
- Used only by subclasses.
- SSLServerSocket(int, int, InetAddress).
Constructor for class javax.net.ssl.SSLServerSocket
- Used only by subclasses.
- SSLServerSocketFactory().
Constructor for class javax.net.ssl.SSLServerSocketFactory
- Constructor is used only by subclasses.
- SSLSessionBindingEvent(SSLSession, String).
Constructor for class javax.net.ssl.SSLSessionBindingEvent
- Constructs a new SSLSessionBindingEvent
- SSLSocket().
Constructor for class javax.net.ssl.SSLSocket
- Used only by subclasses.
- SSLSocket(InetAddress, int).
Constructor for class javax.net.ssl.SSLSocket
- Used only by subclasses.
- SSLSocket(InetAddress, int, InetAddress, int).
Constructor for class javax.net.ssl.SSLSocket
- Used only by subclasses.
- SSLSocket(String, int).
Constructor for class javax.net.ssl.SSLSocket
- Used only by subclasses.
- SSLSocket(String, int, InetAddress, int).
Constructor for class javax.net.ssl.SSLSocket
- Used only by subclasses.
- SSLSocketFactory().
Constructor for class javax.net.ssl.SSLSocketFactory
-
- startHandshake().
Method in class javax.net.ssl.SSLSocket
- Starts an SSL handshake on this connection.
- toString().
Method in class javax.security.cert.Certificate
- Returns a string representation of this certificate.
- toString().
Method in class com.sun.server.realm.Realm
- Identifies this realm
- TraceLog().
Constructor for class com.sun.server.log.TraceLog
- Creates a new trace log object.
- TraceLog(OutputStream).
Constructor for class com.sun.server.log.TraceLog
- Creates a new trace log using the specified output stream.
- UnavailableException(int, Servlet, String).
Constructor for class javax.servlet.UnavailableException
- Constructs a new exception with the specified descriptive message,
indicating that the servlet is temporarily unavailable and giving
an estimate of how long it will be unavailable.
- UnavailableException(Servlet, String).
Constructor for class javax.servlet.UnavailableException
-
Constructs a new exception with the specified descriptive
message, indicating that the servlet is permanently
unavailable.
- unprotect(Object).
Method in class com.sun.server.realm.ResourceManager
- Deletes the guard for the resource
- useGMT().
Method in class com.sun.server.log.Log
- return whether or not GMT time usage is in effect.
- useGMT(boolean).
Method in class com.sun.server.log.Log
- If true specified then use GMT for date output, else use local time.
- valueBound(HttpSessionBindingEvent).
Method in interface javax.servlet.http.HttpSessionBindingListener
- Notifies the listener that it is being bound into
a session.
- valueBound(SSLSessionBindingEvent).
Method in interface javax.net.ssl.SSLSessionBindingListener
- This is called to notify the listener that it is being bound into
an SSLSession.
- valueUnbound(HttpSessionBindingEvent).
Method in interface javax.servlet.http.HttpSessionBindingListener
- Notifies the listener that it is being unbound
from a session.
- valueUnbound(SSLSessionBindingEvent).
Method in interface javax.net.ssl.SSLSessionBindingListener
- This is called to notify the listener that it is being unbound
from a SSLSession.
- verify(PublicKey).
Method in class javax.security.cert.Certificate
- Verifies that this certificate was signed using the
private key that corresponds to the specified public key.
- verify(PublicKey, String).
Method in class javax.security.cert.Certificate
-
Verifies that this certificate was signed using the
private key that corresponds to the specified public key.
- verifyNotInPolicies(Principal).
Method in class com.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.
- write(byte[]).
Method in class com.sun.server.log.LogOutputStream
- Writes an array of bytes to the output stream.
- write(byte[], int, int).
Method in class com.sun.server.log.LogOutputStream
- Writes an array of bytes to the output stream.
- write(HttpRequest, HttpResponse).
Method in class com.sun.server.log.http.HttpLog
- Writes an entry to the log file in common log format
- write(int).
Method in class com.sun.server.log.LogOutputStream
- Writes a byte of data to the output stream.
- write(int, String).
Method in class com.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(int, Throwable).
Method in class com.sun.server.log.TraceLog
- Writes an error or exception to the log file if the current logging
level is greater than or equal to the specified level.
- write(String).
Method in class com.sun.server.log.TraceLog
- Writes a message to the log file if the current logging level is
greater than or equal to 2.
- write(Throwable).
Method in class com.sun.server.log.TraceLog
- Writes an error or exception to the log file if the current logging
level is greater than or equal to 2.
- X509Certificate().
Constructor for class javax.security.cert.X509Certificate
-