org.openid4java.server
Interface ServerAssociationStore

All Known Implementing Classes:
InMemoryServerAssociationStore, JdbcServerAssociationStore

public interface ServerAssociationStore

Author:
Marius Scurtescu, Johnny Bufu

Method Summary
 Association generate(java.lang.String type, int expiryIn)
           
 Association load(java.lang.String handle)
           
 void remove(java.lang.String handle)
           
 

Method Detail

generate

Association generate(java.lang.String type,
                     int expiryIn)
                     throws AssociationException
Throws:
AssociationException

load

Association load(java.lang.String handle)

remove

void remove(java.lang.String handle)


Copyright © 2011 Sxip. All Rights Reserved.