| Package | Description |
|---|---|
| org.apache.shindig.auth |
| Modifier and Type | Method and Description |
|---|---|
static AbstractSecurityToken.Keys |
AbstractSecurityToken.Keys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSecurityToken.Keys[] |
AbstractSecurityToken.Keys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected EnumSet<AbstractSecurityToken.Keys> |
BlobCrypterSecurityToken.getMapKeys() |
protected EnumSet<AbstractSecurityToken.Keys> |
BasicSecurityToken.getMapKeys() |
protected EnumSet<AbstractSecurityToken.Keys> |
AnonymousSecurityToken.getMapKeys() |
protected abstract EnumSet<AbstractSecurityToken.Keys> |
AbstractSecurityToken.getMapKeys()
This method will govern the effectiveness of the protected
AbstractSecurityToken.toMap() and
#loadFromMap(SecurityToken, Map) helper methods. |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.