public interface ServerAssociationStore
Modifier and Type | Method and Description |
---|---|
Association |
generate(String type,
int expiryIn) |
Association |
load(String handle) |
void |
remove(String handle) |
Association generate(String type, int expiryIn) throws AssociationException
AssociationException
Association load(String handle)
void remove(String handle)
Copyright © 2015 Sxip. All rights reserved.