Class AgentManager
java.lang.Object
bitel.billing.server.admin.auth.Auth<A,jakarta.servlet.http.HttpServletRequest,B,C,D>
bitel.billing.server.admin.auth.http.HttpAuth<Agent,Connection,Integer,Conf>
ru.bitel.bgbilling.modules.ticket.server.bean.AgentManager
public final class AgentManager
extends bitel.billing.server.admin.auth.http.HttpAuth<Agent,Connection,Integer,Conf>
-
Field Summary
Fields inherited from class bitel.billing.server.admin.auth.Auth
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAgent(int id) getAgent(int id) getAgentList(String title) protected AgentgetLogin(jakarta.servlet.http.HttpServletRequest request, Connection con, Integer mid, Conf conf, String[] baseAuth) protected booleanisNeedBaseAuth(Agent a, Connection b, Integer c, Conf d) protected booleanisNeedCertificateAuth(Agent a, Connection b, Integer c, Conf d) protected booleanisNeedSecureConnection(Agent a, Connection b, Integer c, Conf conf) voidupdateAgent(Agent agent) Methods inherited from class bitel.billing.server.admin.auth.http.HttpAuth
checkCertificate, getBasicAuth, login
-
Constructor Details
-
AgentManager
-
AgentManager
-
-
Method Details
-
getAgent
-
getAgentList
-
deleteAgent
public void deleteAgent(int id) -
updateAgent
- Throws:
ru.bitel.bgbilling.common.BGException
-
getLogin
protected Agent getLogin(jakarta.servlet.http.HttpServletRequest request, Connection con, Integer mid, Conf conf, String[] baseAuth) throws bitel.billing.server.admin.auth.AuthException - Specified by:
getLoginin classbitel.billing.server.admin.auth.http.HttpAuth<Agent,Connection, Integer, Conf> - Throws:
bitel.billing.server.admin.auth.AuthException
-
isNeedBaseAuth
- Specified by:
isNeedBaseAuthin classbitel.billing.server.admin.auth.http.HttpAuth<Agent,Connection, Integer, Conf>
-
isNeedCertificateAuth
- Specified by:
isNeedCertificateAuthin classbitel.billing.server.admin.auth.http.HttpAuth<Agent,Connection, Integer, Conf>
-
isNeedSecureConnection
- Specified by:
isNeedSecureConnectionin classbitel.billing.server.admin.auth.http.HttpAuth<Agent,Connection, Integer, Conf>
-