<< Click to Display Table of Contents >>
IOZRepositoryExternalLogin
This interface provides methods to log in with a user ID created using an external API.
Method Detail
createUser
public String createUser(com.forcs.log4oz.OZLog log, String id, String pwd) throws OZRepositoryException
Creates a user ID using an external API.
Parameters:
log - Log
id - User ID
pwd - User password
login
public String login(com.forcs.log4oz.OZLog log, String id, String pwd) throws OZRepositoryException
Log in with the user ID created using an external API.
Parameters:
log - Log
id - User ID
pwd - User password