Open Kilda Java Documentation
org.openkilda.service.AuthPropertyService Class Reference

Public Member Functions

Error getError (final String errorMsg)
 
String getMessage (final String msg)
 

Static Public Attributes

static final String CODE = ".code"
 
static final String MESSAGE = ".message"
 

Detailed Description

The Class AuthPropertyService.

Definition at line 16 of file AuthPropertyService.java.

Member Function Documentation

◆ getError()

Error org.openkilda.service.AuthPropertyService.getError ( final String  errorMsg)

Returns error code and message from the properties file.

Parameters
errorMsgwhose code and message are requested.
Returns
error message and code.

Definition at line 31 of file AuthPropertyService.java.

◆ getMessage()

String org.openkilda.service.AuthPropertyService.getMessage ( final String  msg)

Gets the message.

Parameters
msgthe msg
Returns
the message

Definition at line 44 of file AuthPropertyService.java.

Member Data Documentation

◆ CODE

final String org.openkilda.service.AuthPropertyService.CODE = ".code"
static

Definition at line 19 of file AuthPropertyService.java.

◆ MESSAGE

final String org.openkilda.service.AuthPropertyService.MESSAGE = ".message"
static

Definition at line 20 of file AuthPropertyService.java.


The documentation for this class was generated from the following file: