@Component(value="securityTokenDecoder") public class CustomBlobCrypterSecurityTokenDecoder extends Object implements org.apache.shindig.auth.SecurityTokenDecoder
Constructor and Description |
---|
CustomBlobCrypterSecurityTokenDecoder(org.apache.shindig.common.crypto.BlobCrypter crypter,
ContainerDomainProvider containerDomainProvider) |
Modifier and Type | Method and Description |
---|---|
org.apache.shindig.auth.SecurityToken |
createToken(Map<String,String> tokenParameters)
Decrypt and verify the provided security token.
|
public CustomBlobCrypterSecurityTokenDecoder(@Qualifier(value="blobCrypter") org.apache.shindig.common.crypto.BlobCrypter crypter, ContainerDomainProvider containerDomainProvider)
public org.apache.shindig.auth.SecurityToken createToken(Map<String,String> tokenParameters) throws org.apache.shindig.auth.SecurityTokenException
createToken
in interface org.apache.shindig.auth.SecurityTokenDecoder
org.apache.shindig.auth.SecurityTokenException
Copyright © 2018 Atlassian. All rights reserved.