com.dyuproject.openid
Interface Association
- All Known Implementing Classes:
- DiffieHellmanAssociation
public interface Association
Association
- Author:
- David Yu
ASSOC_HMAC_SHA1
static final String ASSOC_HMAC_SHA1
- See Also:
- Constant Field Values
ASSOC_HMAC_SHA256
static final String ASSOC_HMAC_SHA256
- See Also:
- Constant Field Values
SESSION_NO_ENCRYPTION
static final String SESSION_NO_ENCRYPTION
- See Also:
- Constant Field Values
SESSION_DH_SHA1
static final String SESSION_DH_SHA1
- See Also:
- Constant Field Values
SESSION_DH_SHA256
static final String SESSION_DH_SHA256
- See Also:
- Constant Field Values
associate
boolean associate(OpenIdUser user,
OpenIdContext context)
throws Exception
- Throws:
Exception
verifyAuth
boolean verifyAuth(OpenIdUser user,
Map<String,String> authRedirect,
OpenIdContext context)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.