- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file SSO.java.
◆ getProvider()
Definition at line 45 of file SSO.java.
46 return CollectionUtil.from(Instances.cached().byAnnotation(ElephantAssertion.class, IAssertionProvider.class)).first();
◆ getSSO()
Definition at line 49 of file SSO.java.
50 return CollectionUtil.from(Instances.cached().byAnnotation(ElephantSSO.class, IElephantSSO.class)).first();
◆ hasSSO() [1/2]
static boolean org.turro.sso.SSO.hasSSO |
( |
| ) |
|
|
static |
Definition at line 34 of file SSO.java.
35 return ElephantContext.getUseSSO() &&
static IElephantSSO getSSO()
static IAssertionProvider getProvider()
◆ hasSSO() [2/2]
static boolean org.turro.sso.SSO.hasSSO |
( |
HttpServletRequest |
request | ) |
|
|
static |
Definition at line 41 of file SSO.java.
boolean hasAssertion(HttpServletRequest request)
The documentation for this class was generated from the following file: