Package | Description |
---|---|
org.italiangrid.voms.request.impl |
This package provides the implementation logic for VOMS attributes requests.
|
org.italiangrid.voms.util |
This package provides utility classes used in other packages.
|
Modifier and Type | Field and Description |
---|---|
(package private) VOMSRequestListener |
FakeVOMSACService.listener |
protected VOMSRequestListener |
DefaultVOMSACService.requestListener
The listener that will be informed about request events
|
private VOMSRequestListener |
DefaultVOMSACService.Builder.requestListener
The listener that will be informed about request events
|
Modifier and Type | Method and Description |
---|---|
static FakeVOMSACService |
FakeVOMSACService.newInstance(eu.emi.security.authn.x509.X509Credential aaCredential,
ACGenerationParams params,
VOMSRequestListener listener) |
static FakeVOMSACService |
FakeVOMSACService.newInstanceFromProperties(VOMSRequestListener listener) |
DefaultVOMSACService.Builder |
DefaultVOMSACService.Builder.requestListener(VOMSRequestListener l)
Sets the request listener for the
DefaultVOMSACService that this builder is creating |
Constructor and Description |
---|
FakeVOMSACService(eu.emi.security.authn.x509.X509Credential aaCredential,
ACGenerationParams acParams,
VOMSRequestListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
NullListener
A Singleton Listener which swallows notification.
|