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) |
Long |
getTokenExpiration(org.apache.shindig.auth.SecurityToken token) |
@Inject public ExoSecurityTokenDecoder(org.apache.shindig.config.ContainerConfig config)
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 Long getTokenExpiration(org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.auth.SecurityTokenException
org.apache.shindig.auth.SecurityTokenExceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.