<< Click to Display Table of Contents >>

IOZRepositoryMultiLoginUser

This interface provides multiple login related methods.


Method Detail

getAccessTypeMultiLoginUser

public int getAccessTypeMultiLoginUser()

Gets the methods with access to the MultiLogin Interface as numbers.

int ACCESS_MULTILOGINUSER_NOT = 0x00000000

int ACCESS_DISABLE_USER_LOGIN = 0x00000001

int ACCESS_ENABLE_USER_LOGIN = 0x00000002

int ACCESS_IS_LOGIN_ENABLED = 0x00000004

getOZRepository

public IOZRepository getOZRepository() throws OZRepositoryException

Gets the class where the OZRepository Interface is implemented.

disableUserLogin

public void disableUserLogin(Object sessionID) throws OZRepositoryException

Set to disable the Userlogin with the designated session ID.

Parameters:

sessionID - The designated session ID

enableUserLogin

public void enableUserLogin(Object sessionID) throws OZRepositoryException

Set to enable the UserLogin with the designated session ID.

Parameters:

sessionID - The designated session ID

isLoginEnabled

public boolean isLoginEnabled(Object sessionID) throws OZRepositoryException

Gets whether the login of the user with the designated session ID is enabled.

Parameters:

sessionID - Session ID to check if it can be logged in