Uses of Interface
edu.vt.middleware.ldap.ed.EdAuthService
-
Packages that use EdAuthService Package Description edu.vt.middleware.ldap.ed edu.vt.middleware.ldap.ed.catalina.realm edu.vt.middleware.ldap.ed.jetty.realm edu.vt.middleware.ldap.ed.spring -
-
Uses of EdAuthService in edu.vt.middleware.ldap.ed
Classes in edu.vt.middleware.ldap.ed that implement EdAuthService Modifier and Type Class Description class
EdAuth
EdAuth provides methods to perform common authentication and authorization operations.class
Login
Provides methods to perform common authentication and authorization operations using the 2FA directory.Methods in edu.vt.middleware.ldap.ed that return EdAuthService Modifier and Type Method Description static EdAuthService
EdContext. createEdAuthClient()
Creates an edauth client object capable of authentication and authorization operations on a production directory.static EdAuthService
EdContext. createEdAuthClient(DirectoryEnv env)
Creates an edauth client object capable of authentication and authorization operations on the specified directory.static EdAuthService
EdContext. createLoginClient(DirectoryEnv env)
Creates a login client object capable of authentication and authorization operations on the login directory. -
Uses of EdAuthService in edu.vt.middleware.ldap.ed.catalina.realm
Fields in edu.vt.middleware.ldap.ed.catalina.realm declared as EdAuthService Modifier and Type Field Description protected EdAuthService
AbstractEdAuthRealm. auth
Directory classConstructors in edu.vt.middleware.ldap.ed.catalina.realm with parameters of type EdAuthService Constructor Description AbstractEdAuthRealm(EdAuthService service, String name)
Creates a new instance of an AbstractEdAuthRealm object that can provide authentication. -
Uses of EdAuthService in edu.vt.middleware.ldap.ed.jetty.realm
Fields in edu.vt.middleware.ldap.ed.jetty.realm declared as EdAuthService Modifier and Type Field Description protected EdAuthService
AbstractEdAuthRealm. auth
Directory classConstructors in edu.vt.middleware.ldap.ed.jetty.realm with parameters of type EdAuthService Constructor Description AbstractEdAuthRealm(EdAuthService service, String name)
Creates a new instance of an EDAuthRealm object that can provide authentication against EdAuth for the production environment. -
Uses of EdAuthService in edu.vt.middleware.ldap.ed.spring
Constructors in edu.vt.middleware.ldap.ed.spring with parameters of type EdAuthService Constructor Description AbstractEdAuthAuthenticationProvider(EdAuthService service)
-