public interface FedMonSAML2Svc
Modifier and Type | Field and Description |
---|---|
static String |
IDP_ARTIF_CACHE |
static String |
IDP_ARTIF_ISSUED |
static String |
IDP_ASSERT_CACHE |
static String |
IDP_ASSERT_ISSUED |
static String |
IDP_INVAL_RQTS_RCVD |
static String |
IDP_RQTS_RCVD |
static String |
SP_INVAL_ARTIFS_RCVD |
static String |
SP_RQTS_SENT |
static String |
SP_VAL_ASSERTS_RCVD |
Modifier and Type | Method and Description |
---|---|
void |
decFedSessionCount()
Decrement the Federation (SP) session counter.
|
void |
decIDPCounter(String realm,
String idpName,
String counter)
decrement a counter for an IDP in a realm.
|
void |
decIdpSessionCount()
Decrement the IDP session counter.
|
void |
incFedSessionCount()
Increment the Federation (SP) session counter.
|
void |
incIDPCounter(String realm,
String idpName,
String counter)
Increment a counter for an IDP in a realm.
|
void |
incIdpSessionCount()
Increment the IDP session counter.
|
void |
init()
Initializes the provider.
|
void |
setFedSessionCount(long count)
Set the Federation (SP) session counter.
|
void |
setIdpSessionCount(long count)
Set the IDP session counter.
|
static final String IDP_ARTIF_CACHE
static final String IDP_ARTIF_ISSUED
static final String IDP_ASSERT_CACHE
static final String IDP_ASSERT_ISSUED
static final String IDP_RQTS_RCVD
static final String IDP_INVAL_RQTS_RCVD
static final String SP_VAL_ASSERTS_RCVD
static final String SP_RQTS_SENT
static final String SP_INVAL_ARTIFS_RCVD
void init()
void incFedSessionCount()
void decFedSessionCount()
void setFedSessionCount(long count)
void incIdpSessionCount()
void decIdpSessionCount()
void setIdpSessionCount(long count)
void incIDPCounter(String realm, String idpName, String counter)
realm
- name of the IDP's realmidpName
- the name of the IDPcounter
- the IDP counter to incrementCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.