| Package | Description |
|---|---|
| org.apache.openejb.core.security | |
| org.apache.openejb.ri.sp | |
| org.apache.openejb.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSecurityService
This security service chooses a UUID as its token as this can be serialized
to clients, is mostly secure, and can be deserialized in a client vm without
addition openejb-core classes.
|
class |
SecurityServiceImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
PseudoSecurityService |
class |
PseudoTransactionService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SecurityService<T>
The generic value T is any serializable token of the SecurityService
implementations choosing.
|
interface |
TransactionService |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.