Uses of Interface
digilib.auth.AuthnOps
-
Packages that use AuthnOps Package Description digilib.auth -
-
Uses of AuthnOps in digilib.auth
Classes in digilib.auth that implement AuthnOps Modifier and Type Class Description class
IpAuthnOps
Implements AuthnOps using IP adresses defined in an XML config file.class
IpOpenIdAuthnOps
Implements AuthnOps using IP adresses defined in an XML config file and an OpenId Connect ID token.class
IpServletAuthnOps
Implements AuthnOps using IP adresses defined in an XML config file and Servlet API isUserInRole().class
OpenIdAuthnOps
Implements AuthnOps using an OpenId Connect ID token.Fields in digilib.auth declared as AuthnOps Modifier and Type Field Description protected AuthnOps
AuthzOpsImpl. authnOps
authentication instanceFields in digilib.auth with type parameters of type AuthnOps Modifier and Type Field Description protected static Class<AuthnOps>
AuthnOpsFactory. authOpsClass
AuthnOps implementation classMethods in digilib.auth that return AuthnOps Modifier and Type Method Description static AuthnOps
AuthnOpsFactory. getAuthnOpsInstance()
Method parameters in digilib.auth with type arguments of type AuthnOps Modifier and Type Method Description static void
AuthnOpsFactory. setAuthnOpsClass(Class<AuthnOps> clazz)
set the AuthnOps implementation class.
-