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 voidOAuth2K8sServiceAccount.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 voidOAuth2JWT.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 TypeMethodDescriptionvoidBasicAuthImpl.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) voidHttpBasicAuth.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) voidLDAPBasicAuth.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 voidGithubAuthMech.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 voidOpenIDConnectAuthMech.lookupUser(AuthStep as, jakarta.servlet.http.HttpSession session, MyVDConnection myvd, String noMatchOU, String uidAttr, String lookupFilter, AuthChainType act, Map jwtNVP, String defaultObjectClass)