◆ getFor()
Definition at line 34 of file Authentications.java.
35 return Instances.cached().byAnnotation(ElephantAuthentication.class, IElephantAuthentication.class)
36 .stream().filter(auth -> auth.accepts(extra)).findFirst().orElse(
null);
◆ requiresProcedence()
static boolean org.turro.external.Authentications.requiresProcedence |
( |
| ) |
|
|
static |
Definition at line 29 of file Authentications.java.
30 return Instances.cached().byAnnotation(ElephantAuthentication.class, IElephantAuthentication.class)
31 .stream().anyMatch(auth -> auth.requiresProcedence() ==
true);
The documentation for this class was generated from the following file: