BrightSide Workbench Full Report + Source Code
All Classes Namespaces Files Functions Variables Pages
org.turro.elephant.sso.IElephantSSO Interface Reference

Public Member Functions

boolean hasSSO ()
 
void navigateAuthenticatedTo (HttpServletRequest request, HttpServletResponse response)
 
IContact getSigned (HttpServletRequest request, HttpServletResponse response)
 
byte[] getCurrentId (HttpServletRequest request)
 
void createAssertion (HttpServletRequest request, HttpServletResponse response, IContact contact)
 
void removeAssertion (HttpServletRequest request, HttpServletResponse response, IContact contact)
 

Detailed Description

Author
Lluis Turró Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file IElephantSSO.java.

Member Function Documentation

◆ createAssertion()

void org.turro.elephant.sso.IElephantSSO.createAssertion ( HttpServletRequest  request,
HttpServletResponse  response,
IContact  contact 
)
Here is the caller graph for this function:

◆ getCurrentId()

byte [] org.turro.elephant.sso.IElephantSSO.getCurrentId ( HttpServletRequest  request)
Here is the caller graph for this function:

◆ getSigned()

IContact org.turro.elephant.sso.IElephantSSO.getSigned ( HttpServletRequest  request,
HttpServletResponse  response 
)

◆ hasSSO()

boolean org.turro.elephant.sso.IElephantSSO.hasSSO ( )
Here is the caller graph for this function:

◆ navigateAuthenticatedTo()

void org.turro.elephant.sso.IElephantSSO.navigateAuthenticatedTo ( HttpServletRequest  request,
HttpServletResponse  response 
)
Here is the caller graph for this function:

◆ removeAssertion()

void org.turro.elephant.sso.IElephantSSO.removeAssertion ( HttpServletRequest  request,
HttpServletResponse  response,
IContact  contact 
)

The documentation for this interface was generated from the following file: