Package com.fluig.sdk.service
Interface CustomAppKeyService
-
- All Superinterfaces:
BaseAPIService
public interface CustomAppKeyService extends BaseAPIService
-
-
Field Summary
Fields Modifier and Type Field Description static String
JNDI_NAME
static String
JNDI_REMOTE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyVO
getKey(Long tenantId, String key)
KeyVO
provisionKey(Long tenantId, String key)
-
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
-
provisionKey
KeyVO provisionKey(Long tenantId, String key) throws ApplicationKeyCreationException
- Throws:
ApplicationKeyCreationException
-
getKey
KeyVO getKey(Long tenantId, String key) throws ApplicationKeyNotFoundException
- Throws:
ApplicationKeyNotFoundException
-
-