Class CredentialLoader


  • public class CredentialLoader
    extends java.lang.Object
    Loads and stores credentials based on certificate .pems on the local disk. Shared between all instances of the GSICredentialManager to optimize/cache the refreshed credentials and caCerts.
    • Constructor Summary

      Constructors 
      Constructor Description
      CredentialLoader​(java.util.Properties properties, eu.emi.security.authn.x509.X509CertChainValidator certChainValidator)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      eu.emi.security.authn.x509.impl.PEMCredential getHostCredential()  
      eu.emi.security.authn.x509.X509Credential getProxy()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CredentialLoader

        public CredentialLoader​(java.util.Properties properties,
                                eu.emi.security.authn.x509.X509CertChainValidator certChainValidator)
    • Method Detail

      • getHostCredential

        public eu.emi.security.authn.x509.impl.PEMCredential getHostCredential()
      • getProxy

        public eu.emi.security.authn.x509.X509Credential getProxy()