BrightSide Workbench Full Report + Source Code
org.turro.elephant.sso.IAssertionProvider Interface Reference
Inheritance diagram for org.turro.elephant.sso.IAssertionProvider:

Public Member Functions

boolean hasAssertion (HttpServletRequest request)
 
void killAssertion (HttpServletResponse response)
 
ISSOIdentity getAssertion (HttpServletRequest request)
 
void setAssertion (byte[] assertion, byte[] clientId, IContact contact, String details, String remoteIP, String geoIP, HttpServletResponse response)
 
void updateAssertion (String details, String remoteIP, String geoIP, HttpServletResponse response, ISSOIdentity identity)
 
void removeAssertion (HttpServletRequest request, HttpServletResponse response, IContact contact)
 
String getGeoIP (String remoteIP)
 

Detailed Description

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

Definition at line 28 of file IAssertionProvider.java.

Member Function Documentation

◆ getAssertion()

ISSOIdentity org.turro.elephant.sso.IAssertionProvider.getAssertion ( HttpServletRequest  request)

◆ getGeoIP()

String org.turro.elephant.sso.IAssertionProvider.getGeoIP ( String  remoteIP)

◆ hasAssertion()

boolean org.turro.elephant.sso.IAssertionProvider.hasAssertion ( HttpServletRequest  request)

Implemented in org.turro.sso.AssertionProvider.

Here is the caller graph for this function:

◆ killAssertion()

void org.turro.elephant.sso.IAssertionProvider.killAssertion ( HttpServletResponse  response)

◆ removeAssertion()

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

Implemented in org.turro.sso.AssertionProvider.

Here is the caller graph for this function:

◆ setAssertion()

void org.turro.elephant.sso.IAssertionProvider.setAssertion ( byte[]  assertion,
byte[]  clientId,
IContact  contact,
String  details,
String  remoteIP,
String  geoIP,
HttpServletResponse  response 
)

◆ updateAssertion()

void org.turro.elephant.sso.IAssertionProvider.updateAssertion ( String  details,
String  remoteIP,
String  geoIP,
HttpServletResponse  response,
ISSOIdentity  identity 
)

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