Public Member Functions | |
byte[] | getClientAssertion () |
void | setClientAssertion (byte[] clientAssertion) |
byte[] | getClientId () |
void | setClientId (byte[] clientId) |
String | getIdContact () |
void | setIdContact (String idContact) |
Date | getDateUsed () |
void | setDateUsed (Date dateUsed) |
String | getDetails () |
void | setDetails (String details) |
String | getRemoteIp () |
void | setRemoteIp (String remoteIp) |
String | getGeoIp () |
void | setGeoIp (String geoIp) |
Object | readGeo (String path) |
IContact | getContact () |
void | setContact (IContact contact) |
Definition at line 40 of file SSOIdentity.java.
byte [] org.turro.elephant.entities.db.SSOIdentity.getClientAssertion | ( | ) |
Implements org.turro.elephant.sso.ISSOIdentity.
Definition at line 63 of file SSOIdentity.java.
byte [] org.turro.elephant.entities.db.SSOIdentity.getClientId | ( | ) |
Implements org.turro.elephant.sso.ISSOIdentity.
Definition at line 72 of file SSOIdentity.java.
IContact org.turro.elephant.entities.db.SSOIdentity.getContact | ( | ) |
Implements org.turro.elephant.sso.ISSOIdentity.
Definition at line 141 of file SSOIdentity.java.
Date org.turro.elephant.entities.db.SSOIdentity.getDateUsed | ( | ) |
Implements org.turro.elephant.sso.ISSOIdentity.
Definition at line 90 of file SSOIdentity.java.
String org.turro.elephant.entities.db.SSOIdentity.getDetails | ( | ) |
Implements org.turro.elephant.sso.ISSOIdentity.
Definition at line 99 of file SSOIdentity.java.
String org.turro.elephant.entities.db.SSOIdentity.getGeoIp | ( | ) |
Implements org.turro.elephant.sso.ISSOIdentity.
Definition at line 117 of file SSOIdentity.java.
String org.turro.elephant.entities.db.SSOIdentity.getIdContact | ( | ) |
Implements org.turro.elephant.sso.ISSOIdentity.
Definition at line 81 of file SSOIdentity.java.
String org.turro.elephant.entities.db.SSOIdentity.getRemoteIp | ( | ) |
Implements org.turro.elephant.sso.ISSOIdentity.
Definition at line 108 of file SSOIdentity.java.
Object org.turro.elephant.entities.db.SSOIdentity.readGeo | ( | String | path | ) |
void org.turro.elephant.entities.db.SSOIdentity.setClientAssertion | ( | byte[] | clientAssertion | ) |
void org.turro.elephant.entities.db.SSOIdentity.setClientId | ( | byte[] | clientId | ) |
void org.turro.elephant.entities.db.SSOIdentity.setContact | ( | IContact | contact | ) |
Definition at line 148 of file SSOIdentity.java.
void org.turro.elephant.entities.db.SSOIdentity.setDateUsed | ( | Date | dateUsed | ) |
Definition at line 94 of file SSOIdentity.java.
void org.turro.elephant.entities.db.SSOIdentity.setDetails | ( | String | details | ) |
Definition at line 103 of file SSOIdentity.java.
void org.turro.elephant.entities.db.SSOIdentity.setGeoIp | ( | String | geoIp | ) |
Definition at line 121 of file SSOIdentity.java.
void org.turro.elephant.entities.db.SSOIdentity.setIdContact | ( | String | idContact | ) |
Definition at line 85 of file SSOIdentity.java.
void org.turro.elephant.entities.db.SSOIdentity.setRemoteIp | ( | String | remoteIp | ) |
Definition at line 112 of file SSOIdentity.java.