public class ExoSecurityTokenDecoder extends Object implements org.apache.shindig.auth.SecurityTokenCodec
| Constructor and Description |
|---|
ExoSecurityTokenDecoder(org.apache.shindig.config.ContainerConfig config) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shindig.auth.SecurityToken |
createToken(Map<String,String> tokenParameters) |
String |
encodeToken(org.apache.shindig.auth.SecurityToken token) |
static org.apache.shindig.auth.SecurityTokenCodec |
getSecurityTokenDecoder() |
int |
getTokenTimeToLive() |
int |
getTokenTimeToLive(String s) |
@Inject public ExoSecurityTokenDecoder(org.apache.shindig.config.ContainerConfig config)
public static org.apache.shindig.auth.SecurityTokenCodec getSecurityTokenDecoder()
public org.apache.shindig.auth.SecurityToken createToken(Map<String,String> tokenParameters) throws org.apache.shindig.auth.SecurityTokenException
createToken in interface org.apache.shindig.auth.SecurityTokenCodecorg.apache.shindig.auth.SecurityTokenExceptionpublic String encodeToken(org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.auth.SecurityTokenException
encodeToken in interface org.apache.shindig.auth.SecurityTokenCodecorg.apache.shindig.auth.SecurityTokenExceptionpublic int getTokenTimeToLive()
getTokenTimeToLive in interface org.apache.shindig.auth.SecurityTokenCodecpublic int getTokenTimeToLive(String s)
getTokenTimeToLive in interface org.apache.shindig.auth.SecurityTokenCodecCopyright © 2003–2019 eXo Platform SAS. All rights reserved.