Package com.fluig.sdk.service
Interface IdentityService
-
- All Superinterfaces:
BaseAPIService
public interface IdentityService extends BaseAPIService
Grant access to global parameter services- Since:
- 1.5.3
- Author:
- vinicius.michelutti
-
-
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 UserAuthTokenSessionVOcreateSession()Retorna o uma nova sessão do identityvoidupdateSession()-
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
-
createSession
UserAuthTokenSessionVO createSession() throws Exception
Retorna o uma nova sessão do identity- Returns:
- As informações da nova sessão, juntamente com a informaçõo do usuário referente a tal sessão
- Throws:
com.fluig.sdk.api.common.SDKExceptionException
-
-