Overview
Package
Class
Tree
Serialized
Deprecated
Index
Help
IBM WebSphere Application Server
TM
Release 7
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
P
R
S
A
AccessException
- Exception in
com.ibm.wsspi.container.security
AccessException is thrown by AccessManager.checkAccess when the subject does not have access.
AccessException()
- Constructor for exception com.ibm.wsspi.container.security.
AccessException
AccessException(String)
- Constructor for exception com.ibm.wsspi.container.security.
AccessException
AccessException(String, Throwable)
- Constructor for exception com.ibm.wsspi.container.security.
AccessException
AccessManager
- Interface in
com.ibm.wsspi.container.security
The AccessManager provides application security role functions.
AccessManagerFactory
- Class in
com.ibm.wsspi.container.security
This class is a factory providing access to a stateless thread-safe AccessManager instance.
AccessManagerFactory()
- Constructor for class com.ibm.wsspi.container.security.
AccessManagerFactory
add(Service, B, ServiceProvider<B, I, O>)
- Method in interface com.ibm.wsspi.container.binding.
BindingManager
Adds a service endpoint given a service and binding.
B
Binding
- Interface in
com.ibm.wsspi.container.binding
The configuration of a binding.
BindingManager
<
B
extends
Binding
,
I
,
O
> - Interface in
com.ibm.wsspi.container.binding
Manages the ServiceProviders for a given Binding.
C
checkAccess(String, String, String, String, String[], boolean, boolean, Subject)
- Method in interface com.ibm.wsspi.container.security.
AccessManager
The checkAccess method determines if a given subject has access to any of a given set of roles within the context of a given application.
com.ibm.wsspi.container.binding
- package com.ibm.wsspi.container.binding
com.ibm.wsspi.container.security
- package com.ibm.wsspi.container.security
com.ibm.wsspi.i18n.context.util
- package com.ibm.wsspi.i18n.context.util
createInvoker(O)
- Method in interface com.ibm.wsspi.container.binding.
ServiceProvider
Creates an invoker given an operation.
D
DelegationException
- Exception in
com.ibm.wsspi.container.security
DelegationException is thrown by AccessManager.runAs when there is an error setting the thread identity from the runAs role.
DelegationException()
- Constructor for exception com.ibm.wsspi.container.security.
DelegationException
DelegationException(String)
- Constructor for exception com.ibm.wsspi.container.security.
DelegationException
DelegationException(String, Throwable)
- Constructor for exception com.ibm.wsspi.container.security.
DelegationException
E
EndpointException
- Exception in
com.ibm.wsspi.container.binding
Exception thrown during endponit creation and management.
EndpointException(String)
- Constructor for exception com.ibm.wsspi.container.binding.
EndpointException
EndpointException(Throwable)
- Constructor for exception com.ibm.wsspi.container.binding.
EndpointException
EndpointException(String, Throwable)
- Constructor for exception com.ibm.wsspi.container.binding.
EndpointException
F
forceAMIPolicy()
- Static method in class com.ibm.wsspi.i18n.context.util.
InternationalizationServiceUtil
utility method to force AMI on this thread
G
get(Service, B)
- Method in interface com.ibm.wsspi.container.binding.
BindingManager
Gets the ServiceProvider given a service and binding.
getAccessManager()
- Static method in class com.ibm.wsspi.container.security.
AccessManagerFactory
Returns a stateless thread-safe AccessManager instance.
getBindings()
- Method in interface com.ibm.wsspi.container.binding.
Service
Returns list of bindings
getInterface()
- Method in interface com.ibm.wsspi.container.binding.
Service
Returns either PortType for wsdl interface or java Class
getName()
- Method in interface com.ibm.wsspi.container.binding.
Binding
Returns the binding name
getName()
- Method in interface com.ibm.wsspi.container.binding.
Service
Returns the service name
I
InternationalizationServiceUtil
- Class in
com.ibm.wsspi.i18n.context.util
Provide a utility method to programmatically set the i18n policy to AMI.
InternationalizationServiceUtil()
- Constructor for class com.ibm.wsspi.i18n.context.util.
InternationalizationServiceUtil
invoke(I)
- Method in interface com.ibm.wsspi.container.binding.
Invoker
Invoke an operation.
Invoker
<
I
> - Interface in
com.ibm.wsspi.container.binding
Handles the invocation of an operation through a specified communication protocol.
P
popApplicationContext(String)
- Method in interface com.ibm.wsspi.container.security.
AccessManager
The popApplicationContext method signals a return of control from the specified application.
pushApplicationContext(String)
- Method in interface com.ibm.wsspi.container.security.
AccessManager
The pushApplicationContext method signals a flow of control into the specified application.
R
remove(Service, B)
- Method in interface com.ibm.wsspi.container.binding.
BindingManager
Removes the service endpoint given a service and binding.
runAs(String, String, String, String, PrivilegedExceptionAction)
- Method in interface com.ibm.wsspi.container.security.
AccessManager
The runAs method performs the given PrivilegedExceptionAction with the Java thread identity set to the user associated with a given runAs role.
S
Service
<
M
> - Interface in
com.ibm.wsspi.container.binding
The declaration of a service.
ServiceProvider
<
B
extends
Binding
,
I
,
O
> - Interface in
com.ibm.wsspi.container.binding
Manages the runtime behavior of a Service through the SPI.
start()
- Method in interface com.ibm.wsspi.container.binding.
ServiceProvider
start the provider
stop()
- Method in interface com.ibm.wsspi.container.binding.
ServiceProvider
stop the provider
A
B
C
D
E
F
G
I
P
R
S
Overview
Package
Class
Tree
Serialized
Deprecated
Index
Help
IBM WebSphere Application Server
TM
Release 7
PREV NEXT
FRAMES
NO FRAMES
All Classes