|
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) |
|
◆ 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 | ) |
|
◆ killAssertion()
void org.turro.elephant.sso.IAssertionProvider.killAssertion |
( |
HttpServletResponse |
response | ) |
|
◆ removeAssertion()
void org.turro.elephant.sso.IAssertionProvider.removeAssertion |
( |
HttpServletRequest |
request, |
|
|
HttpServletResponse |
response, |
|
|
IContact |
contact |
|
) |
| |
◆ 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: