| Package | Description |
|---|---|
| org.eclipse.net4j.util.container |
A framework of notifying collections and wiring containers.
|
| org.eclipse.net4j.util.security |
Interfaces and classes for security, negotiation, authentication, authorization and cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<IElementProcessor> |
ManagedContainer.createPostProcessors() |
List<IElementProcessor> |
IManagedContainer.getPostProcessors() |
List<IElementProcessor> |
ManagedContainer.getPostProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
IManagedContainer.addPostProcessor(IElementProcessor postProcessor) |
void |
ManagedContainer.addPostProcessor(IElementProcessor postProcessor) |
void |
IManagedContainer.addPostProcessor(IElementProcessor postProcessor,
boolean processExistingElements) |
void |
ManagedContainer.addPostProcessor(IElementProcessor postProcessor,
boolean processExistingElements) |
void |
IManagedContainer.removePostProcessor(IElementProcessor postProcessor) |
void |
ManagedContainer.removePostProcessor(IElementProcessor postProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChallengeNegotiatorConfigurer |
class |
ResponseNegotiatorInjector |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.