Public Member Functions | |
byte[] | getClientAssertion () |
byte[] | getClientId () |
String | getIdContact () |
Date | getDateUsed () |
String | getDetails () |
String | getRemoteIp () |
String | getGeoIp () |
IContact | getContact () |
Definition at line 27 of file ISSOIdentity.java.
byte [] org.turro.elephant.sso.ISSOIdentity.getClientAssertion | ( | ) |
Implemented in org.turro.elephant.entities.db.SSOIdentity.
byte [] org.turro.elephant.sso.ISSOIdentity.getClientId | ( | ) |
Implemented in org.turro.elephant.entities.db.SSOIdentity.
IContact org.turro.elephant.sso.ISSOIdentity.getContact | ( | ) |
Implemented in org.turro.elephant.entities.db.SSOIdentity.
Date org.turro.elephant.sso.ISSOIdentity.getDateUsed | ( | ) |
Implemented in org.turro.elephant.entities.db.SSOIdentity.
String org.turro.elephant.sso.ISSOIdentity.getDetails | ( | ) |
Implemented in org.turro.elephant.entities.db.SSOIdentity.
String org.turro.elephant.sso.ISSOIdentity.getGeoIp | ( | ) |
Implemented in org.turro.elephant.entities.db.SSOIdentity.
String org.turro.elephant.sso.ISSOIdentity.getIdContact | ( | ) |
Implemented in org.turro.elephant.entities.db.SSOIdentity.
String org.turro.elephant.sso.ISSOIdentity.getRemoteIp | ( | ) |
Implemented in org.turro.elephant.entities.db.SSOIdentity.