Uses of Class
com.tremolosecurity.proxy.myvd.MyVDConnection
Package
Description
-
Uses of MyVDConnection in com.tremolosecurity.config.util
-
Uses of MyVDConnection in com.tremolosecurity.proxy.auth
Modifier and TypeMethodDescriptionstatic void
OAuth2K8sServiceAccount.lookupUser
(AuthStep as, jakarta.servlet.http.HttpSession session, MyVDConnection myvd, String noMatchOU, String uidAttr, String lookupFilter, AuthChainType act, Map jwtNVP, String defaultObjectClass) -
Uses of MyVDConnection in com.tremolosecurity.proxy.auth.oauth2
Modifier and TypeMethodDescriptionstatic void
OAuth2JWT.lookupUser
(AuthStep as, jakarta.servlet.http.HttpSession session, MyVDConnection myvd, String noMatchOU, String uidAttr, String lookupFilter, AuthChainType act, Map jwtNVP, String defaultObjectClass) -
Uses of MyVDConnection in com.tremolosecurity.proxy.auth.util
Modifier and TypeMethodDescriptionvoid
BasicAuthImpl.doAuth
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpSession session, String uidAttr, String userName, String password, MyVDConnection myvd, AuthChainType act, AuthMechType amt, AuthStep as, ConfigManager cfgMgr) void
HttpBasicAuth.doAuth
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpSession session, String uidAttr, String userName, String password, MyVDConnection myvd, AuthChainType act, AuthMechType amt, AuthStep as, ConfigManager cfgMgr) void
LDAPBasicAuth.doAuth
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpSession session, String uidAttr, String userName, String password, MyVDConnection myvd, AuthChainType act, AuthMechType amt, AuthStep as, ConfigManager cfgMgr) -
Uses of MyVDConnection in com.tremolosecurity.unison.proxy.auth.github
Modifier and TypeMethodDescriptionstatic void
GithubAuthMech.lookupUser
(AuthStep as, jakarta.servlet.http.HttpSession session, MyVDConnection myvd, String noMatchOU, String uidAttr, String lookupFilter, AuthChainType act, Map jwtNVP, String defaultObjectClass) -
Uses of MyVDConnection in com.tremolosecurity.unison.proxy.auth.openidconnect
Modifier and TypeMethodDescriptionstatic void
OpenIDConnectAuthMech.lookupUser
(AuthStep as, jakarta.servlet.http.HttpSession session, MyVDConnection myvd, String noMatchOU, String uidAttr, String lookupFilter, AuthChainType act, Map jwtNVP, String defaultObjectClass)