Package | Description |
---|---|
org.apache.river.fiddler |
Provides the server side of an implementation of the lookup discovery service
(see
). |
Modifier and Type | Method and Description |
---|---|
private static FiddlerInit |
FiddlerImpl.init(String[] configArgs,
boolean persistent)
Common entry point for initialization of the service in any of its
possible modes: transient, non-activatable-persistent, or
activatable-persistent; with or without performing a JAAS login.
|
private static FiddlerInit |
FiddlerImpl.init(String[] configArgs,
boolean persistent,
ActivationID activeID) |
private static FiddlerInit |
FiddlerImpl.initWithLogin(Configuration config,
boolean persistent,
LoginContext loginContext,
ActivationID activeID)
Initialization with JAAS login as the
Subject referenced
in the given loginContext . |
Constructor and Description |
---|
FiddlerImpl(FiddlerInit i,
LifeCycle lifeCycle) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.