Package com.fluig.sdk.service
Interface OAuthUserService
-
- All Superinterfaces:
BaseAPIService
public interface OAuthUserService extends BaseAPIService
-
-
Field Summary
Fields Modifier and Type Field Description static StringJNDI_NAMEstatic StringJNDI_REMOTE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OAuthSdkVOgenerateUserOAuthKeys(String appKey, String login)-
Methods inherited from interface com.fluig.sdk.service.BaseAPIService
expand, generateOrderParam
-
-
-
-
Field Detail
-
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
-
JNDI_REMOTE_NAME
static final String JNDI_REMOTE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
generateUserOAuthKeys
OAuthSdkVO generateUserOAuthKeys(String appKey, String login) throws Exception
- Throws:
Exception
-
-