Skip navigation links
A B C E G P S T V W 

A

AppservCertificateLoginModule - Class in com.sun.appserv.security
Abstract base class for certificate-based login modules.
AppservCertificateLoginModule() - Constructor for class com.sun.appserv.security.AppservCertificateLoginModule
 
AppservPasswordLoginModule - Class in com.sun.appserv.security
Abstract base class for password-based login modules.
AppservPasswordLoginModule() - Constructor for class com.sun.appserv.security.AppservPasswordLoginModule
 
AppservRealm - Class in com.sun.appserv.security
Parent class for iAS Realm classes.
AppservRealm() - Constructor for class com.sun.appserv.security.AppservRealm
 
AuditModule - Class in com.sun.appserv.security
Base class that should be extended by all classes that wish to provide their own Audit support.
AuditModule() - Constructor for class com.sun.appserv.security.AuditModule
 

B

BytecodePreprocessor - Interface in com.sun.appserv
Third party tool vendors may implement this interface to provide code instrumentation to the application server.

C

com.sun.appserv - package com.sun.appserv
 
com.sun.appserv.connectors.spi - package com.sun.appserv.connectors.spi
 
com.sun.appserv.security - package com.sun.appserv.security
 
ConfigurableTransactionSupport - Interface in com.sun.appserv.connectors.spi
An optional interface that could be implemented by a resource adapter's ManagedConnectionFactory to be notified of the configured "transaction-support" of the connection pool associated with the ManagedConnectionFactory instance

E

ejbAsWebServiceInvocation(String, boolean) - Method in class com.sun.appserv.security.AuditModule
Invoked during validation of the web service request
ejbInvocation(String, String, String, boolean) - Method in class com.sun.appserv.security.AuditModule
Invoked post ejb authorization request.

G

getRemoteAddress(HttpServletRequest) - Method in class com.sun.appserv.ProxyHandler
Gets the Internet Protocol (IP) address of the original client request that was intercepted by the proxy server.
getSSLClientCertificateChain(HttpServletRequest) - Method in class com.sun.appserv.ProxyHandler
Gets the SSL client certificate chain with which the client had authenticated itself to the SSL offloader, and which the SSL offloader has added as a custom request header on the given request.
getSSLKeysize(HttpServletRequest) - Method in class com.sun.appserv.ProxyHandler
Returns the SSL keysize with which the original client request that was intercepted by the SSL offloader has been protected, and which the SSL offloader has added as a custom request header on the given request.

P

ProgrammaticLoginPermission - Class in com.sun.appserv.security
Permission for using programmatic login.
ProgrammaticLoginPermission(String) - Constructor for class com.sun.appserv.security.ProgrammaticLoginPermission
 
ProxyHandler - Class in com.sun.appserv
Abstract class allowing a backend appserver instance to retrieve information about the original client request that was intercepted by an SSL terminating proxy server (e.g., load balancer).
ProxyHandler() - Constructor for class com.sun.appserv.ProxyHandler
 

S

setTransactionSupport(TransactionSupport) - Method in interface com.sun.appserv.connectors.spi.ConfigurableTransactionSupport
 

T

TransactionSupport - Enum in com.sun.appserv.connectors.spi
 

V

valueOf(String) - Static method in enum com.sun.appserv.connectors.spi.TransactionSupport
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.appserv.connectors.spi.TransactionSupport
Returns an array containing the constants of this enum type, in the order they are declared.

W

webInvocation(String, HttpServletRequest, String, boolean) - Method in class com.sun.appserv.security.AuditModule
Invoked post web authorization request.
webServiceInvocation(String, String, boolean) - Method in class com.sun.appserv.security.AuditModule
Invoked during validation of the web service request
A B C E G P S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.