|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementDeployer | |
|---|---|
| com.uwyn.rife.authentication.elements | Provides elements for authentication and logout, using the variety of backend stores available. |
| com.uwyn.rife.engine | Provides classes, interfaces and elements for the web application engine. |
| com.uwyn.rife.engine.elements | Provides elements wigh common features that are useful in many web applications. |
| Uses of ElementDeployer in com.uwyn.rife.authentication.elements |
|---|
| Subclasses of ElementDeployer in com.uwyn.rife.authentication.elements | |
|---|---|
class |
AbstractPropertyAuthenticatedDeployer
Deployer for Authenticated elements that configures the various
authentication managers through properties. |
class |
AuthenticatedDeployer
|
class |
DatabaseAuthenticatedDeployer
Deployer for Authenticated elements that by default sets up all the
authentication managers for database storage. |
class |
DatabaseLogoutDeployer
Deployer for logout elements that by default sets up all the authentication managers for database storage. |
class |
FactoryPropertyAuthenticatedDeployer
Deployer for Authenticated elements that uses properties to determine
which factory classes will create the various authentication objects. |
class |
MemoryAuthenticatedDeployer
Deployer for Authenticated elements that by default sets up all the
authentication managers for memory storage. |
class |
MemoryLogoutDeployer
Deployer for logout elements that by default sets up all the authentication managers for memory storage. |
class |
MixedAuthenticatedDeployer
Deployer for Authenticated elements that by default sets up the
credentials and remember-me managers for database storage, but the session
managers for memory storage. |
class |
PurgingDatabaseAuthenticatedDeployer
Deployer for Authenticated elements that by default sets up all the
authentication managers for database storage and enables automatic in-process purging. |
class |
PurgingMemoryAuthenticatedDeployer
Deployer for Authenticated elements that by default sets up all the
authentication managers for memory storage and enables automatic in-process
purging. |
class |
PurgingMixedAuthenticatedDeployer
Deployer for Authenticated elements that by default sets up the
credentials and remember-me managers for database storage, the session
managers for memory storage and enables automatic in-process purging. |
| Uses of ElementDeployer in com.uwyn.rife.engine |
|---|
| Methods in com.uwyn.rife.engine that return ElementDeployer | |
|---|---|
ElementDeployer |
ElementSupport.getDeployer()
Retrieves the deployer of this element. |
ElementDeployer |
ElementInfo.getDeployer()
|
| Method parameters in com.uwyn.rife.engine with type arguments of type ElementDeployer | |
|---|---|
void |
ElementSupport.setDeploymentClass(Class<? extends ElementDeployer> klass)
Set the ElementDeployer class that will be used for
deployment. |
| Uses of ElementDeployer in com.uwyn.rife.engine.elements |
|---|
| Subclasses of ElementDeployer in com.uwyn.rife.engine.elements | |
|---|---|
class |
DwrServiceDeployer
|
class |
SoapXFireDeployer
|
class |
WebservicesHessianDeployer
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||