public class FedMonSAML2SvcProvider extends Object implements FedMonSAML2Svc
IDP_ARTIF_CACHE, IDP_ARTIF_ISSUED, IDP_ASSERT_CACHE, IDP_ASSERT_ISSUED, IDP_INVAL_RQTS_RCVD, IDP_RQTS_RCVD, SP_INVAL_ARTIFS_RCVD, SP_RQTS_SENT, SP_VAL_ASSERTS_RCVD
Constructor and Description |
---|
FedMonSAML2SvcProvider() |
Modifier and Type | Method and Description |
---|---|
void |
decFedSessionCount()
Decrement the Federation (SP) session counter.
|
void |
decIDPCounter(String realm,
String idpName,
String counter)
decrement number of Assertions or Artifacts in the
SAML2 Caches.
|
void |
decIdpSessionCount()
Decrement the IDP session counter.
|
void |
incFedSessionCount()
Increment the Federation (SP) session counter.
|
void |
incIDPCounter(String realm,
String idpName,
String counter)
increment number of
|
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.
|
public void init()
FedMonSAML2Svc
init
in interface FedMonSAML2Svc
public void incFedSessionCount()
FedMonSAML2Svc
incFedSessionCount
in interface FedMonSAML2Svc
public void decFedSessionCount()
FedMonSAML2Svc
decFedSessionCount
in interface FedMonSAML2Svc
public void setFedSessionCount(long count)
FedMonSAML2Svc
setFedSessionCount
in interface FedMonSAML2Svc
public void incIdpSessionCount()
FedMonSAML2Svc
incIdpSessionCount
in interface FedMonSAML2Svc
public void decIdpSessionCount()
FedMonSAML2Svc
decIdpSessionCount
in interface FedMonSAML2Svc
public void setIdpSessionCount(long count)
FedMonSAML2Svc
setIdpSessionCount
in interface FedMonSAML2Svc
public void incIDPCounter(String realm, String idpName, String counter)
incIDPCounter
in interface FedMonSAML2Svc
realm
- name of the IDP's realmidpName
- the name of the IDPcounter
- the IDP counter to incrementpublic void decIDPCounter(String realm, String idpName, String counter)
decIDPCounter
in interface FedMonSAML2Svc
realm
- name of the IDP's realmidpName
- the name of the IDPcounter
- the IDP counter to decrementCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.