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 classEdAuthEdAuth provides methods to perform common authentication and authorization operations.classLoginProvides 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 EdAuthServiceEdContext. createEdAuthClient()Creates an edauth client object capable of authentication and authorization operations on a production directory.static EdAuthServiceEdContext. createEdAuthClient(DirectoryEnv env)Creates an edauth client object capable of authentication and authorization operations on the specified directory.static EdAuthServiceEdContext. 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 EdAuthServiceAbstractEdAuthRealm. authDirectory 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 EdAuthServiceAbstractEdAuthRealm. authDirectory 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)
-