|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dyuproject.oauth.sp.HashStore
com.dyuproject.oauth.sp.PropertiesHashStore
public final class PropertiesHashStore
PropertiesHashStore - in-memory consumer keys
Field Summary |
---|
Fields inherited from class com.dyuproject.oauth.sp.HashStore |
---|
DEFAULT_ACCESS_TIMEOUT, DEFAULT_EXCHANGE_TIMEOUT, DEFAULT_LOGIN_TIMEOUT, DEFAULT_MAC_ALGORITHM |
Constructor Summary | |
---|---|
PropertiesHashStore(Properties consumers,
String secretKey,
String macSecretKey)
|
|
PropertiesHashStore(Properties consumers,
String secretKey,
String macSecretKey,
String macAlgorithm,
long accessTimeout,
long exchangeTimeout,
long loginTimeout)
|
Method Summary | |
---|---|
protected String |
getConsumerSecret(String consumerKey)
|
Methods inherited from class com.dyuproject.oauth.sp.HashStore |
---|
generateToken, getAccessToken, getAuthCallbackOrVerifier, getRequestToken, newAccessToken, newAccessToken, newHybridRequestToken, newRequestToken, validateCallbackUrl, validateUrl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesHashStore(Properties consumers, String secretKey, String macSecretKey)
public PropertiesHashStore(Properties consumers, String secretKey, String macSecretKey, String macAlgorithm, long accessTimeout, long exchangeTimeout, long loginTimeout)
Method Detail |
---|
protected String getConsumerSecret(String consumerKey)
getConsumerSecret
in class HashStore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |