| Package | Description |
|---|---|
| org.osgl.aaa | |
| org.osgl.aaa.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract Auditor |
AAAContext.getAuditor()
Returns the
Auditor implementation |
| Modifier and Type | Class and Description |
|---|---|
class |
DumbAuditor
Do nothing implementation of
Auditor |
| Modifier and Type | Field and Description |
|---|---|
static Auditor |
DumbAuditor.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Auditor |
SimpleAAAContext.getAuditor() |
| Constructor and Description |
|---|
SimpleAAAContext(AuthenticationService authenticationService,
AuthorizationService authorizationService,
AAAPersistentService aaaPersistentService,
Auditor auditor) |
SimpleAAAContext(AuthenticationService authenticationService,
AuthorizationService authorizationService,
AAAPersistentService aaaPersistentService,
Auditor auditorImpl,
int superUserLevel,
Principal system,
boolean allowSystem) |
Copyright © 2017–2020 OSGL (Open Source General Library). All rights reserved.