Class K8sLoadTrusts
java.lang.Object
com.tremolosecurity.oidc.k8s.K8sLoadTrusts
- All Implemented Interfaces:
DynamicLoadTrusts,K8sWatchTarget
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddObject(TremoloType cfg, org.json.simple.JSONObject item) voiddeleteObject(TremoloType cfg, org.json.simple.JSONObject item) voidloadTrusts(String idpName, jakarta.servlet.ServletContext ctx, HashMap<String, Attribute> init, HashMap<String, HashMap<String, Attribute>> trustCfg, MapIdentity mapper, HashMap<String, OpenIDConnectTrust> trusts) voidmodifyObject(TremoloType cfg, org.json.simple.JSONObject item)
-
Constructor Details
-
K8sLoadTrusts
public K8sLoadTrusts()
-
-
Method Details
-
loadTrusts
public void loadTrusts(String idpName, jakarta.servlet.ServletContext ctx, HashMap<String, Attribute> init, HashMap<String, throws ExceptionHashMap<String, Attribute>> trustCfg, MapIdentity mapper, HashMap<String, OpenIDConnectTrust> trusts) - Specified by:
loadTrustsin interfaceDynamicLoadTrusts- Throws:
Exception
-
addObject
public void addObject(TremoloType cfg, org.json.simple.JSONObject item) throws ProvisioningException - Specified by:
addObjectin interfaceK8sWatchTarget- Throws:
ProvisioningException
-
modifyObject
public void modifyObject(TremoloType cfg, org.json.simple.JSONObject item) throws ProvisioningException - Specified by:
modifyObjectin interfaceK8sWatchTarget- Throws:
ProvisioningException
-
deleteObject
public void deleteObject(TremoloType cfg, org.json.simple.JSONObject item) throws ProvisioningException - Specified by:
deleteObjectin interfaceK8sWatchTarget- Throws:
ProvisioningException
-