Uses of Class
com.tremolosecurity.proxy.myvd.MyVDConnection
Packages that use MyVDConnection
Package
Description
-
Uses of MyVDConnection in com.tremolosecurity.config.util
Fields in com.tremolosecurity.config.util declared as MyVDConnectionMethods in com.tremolosecurity.config.util that return MyVDConnection -
Uses of MyVDConnection in com.tremolosecurity.proxy.auth
Methods in com.tremolosecurity.proxy.auth with parameters of type MyVDConnectionModifier 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
Methods in com.tremolosecurity.proxy.auth.oauth2 with parameters of type MyVDConnectionModifier 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
Methods in com.tremolosecurity.proxy.auth.util with parameters of type MyVDConnectionModifier 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
Methods in com.tremolosecurity.unison.proxy.auth.github with parameters of type MyVDConnectionModifier 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
Methods in com.tremolosecurity.unison.proxy.auth.openidconnect with parameters of type MyVDConnectionModifier 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)