| Package | Description |
|---|---|
| org.apache.shindig.auth | |
| org.apache.shindig.common.crypto |
| Modifier and Type | Method and Description |
|---|---|
String |
BlobCrypterSecurityToken.encrypt()
Encrypt and sign the token.
|
| Constructor and Description |
|---|
BasicSecurityToken(String token,
int maxAge,
String activeUrl)
Generates a token from an input string
|
BasicSecurityToken(String owner,
String viewer,
String app,
String domain,
String appUrl,
String moduleId,
String container,
String activeUrl,
Long expiresAt) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobExpiredException
Thrown when a blob has expired.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
BlobCrypter.unwrap(String in,
int maxAgeSec)
Unwraps a blob.
|
Map<String,String> |
BasicBlobCrypter.unwrap(String in,
int maxAgeSec) |
String |
BlobCrypter.wrap(Map<String,String> in)
Time stamps, encrypts, and signs a blob.
|
String |
BasicBlobCrypter.wrap(Map<String,String> in) |
Copyright © 2007-2012. All Rights Reserved.