| Package | Description |
|---|---|
| act | |
| act.app | |
| act.inject |
The package is all about Dependency Injections
|
| act.ws |
| Modifier and Type | Method and Description |
|---|---|
static AppCrypto |
Act.crypto()
Returns the current
application's crypto service |
| Modifier and Type | Method and Description |
|---|---|
AppCrypto |
App.crypto() |
| Modifier and Type | Field and Description |
|---|---|
static javax.inject.Provider<AppCrypto> |
ActProviders.APP_CRYPTO |
| Constructor and Description |
|---|
DefaultSecureTicketCodec(AppCrypto crypto) |
StringSecureTicketCodec(AppCrypto crypto) |
StringSecureTicketCodec(AppCrypto crypto,
java.util.Collection<java.lang.String> keys) |
StringSecureTicketCodec(AppCrypto crypto,
java.lang.String... keys) |
StringSecureTicketCodec(AppCrypto crypto,
java.lang.String keys) |
UsernameSecureTicketCodec(AppCrypto crypto) |
UsernameSecureTicketCodec(AppCrypto crypto,
AppConfig config) |
UsernameSecureTicketCodec(AppCrypto crypto,
java.lang.String sessinKeyUsername) |
Copyright © 2014–2017 ActFramework. All rights reserved.