|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthAPI
Method Summary | |
---|---|
void |
dispose()
clean up Auth API. |
Context |
getParms()
retrieve parameters and current settings used by the AuthAPI. |
void |
init(Config config,
Logger logger)
initialize Auth API with parameters contained in config, the parameter list depends on auth type. |
AuthContext |
login()
trigger backend authentication mechanism. |
Method Detail |
---|
void init(Config config, Logger logger)
config
- - one instance from “com.intel.cosbench.config.Config” class, which includes parameters for authentication.logger
- - one instance from “com.intel.cosbench.log.Logger” class, which delivers logging capabilities to Auth API.AuthContext login()
Context getParms()
void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |