public class ResourceAccessLog extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceAccessLog.Listener |
| Modifier and Type | Field and Description |
|---|---|
static ResourceAccessLog |
INSTANCE |
| Constructor and Description |
|---|
ResourceAccessLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ResourceAccessLog.Listener listener) |
void |
flush() |
Set<String> |
getAddresses(String token) |
Iterator<String> |
getKeys() |
void |
log(String token,
String address) |
public static ResourceAccessLog INSTANCE
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.