Uses of Interface
edu.isi.pegasus.common.credential.CredentialHandler
-
Packages that use CredentialHandler Package Description edu.isi.pegasus.common.credential edu.isi.pegasus.common.credential.impl -
-
Uses of CredentialHandler in edu.isi.pegasus.common.credential
Fields in edu.isi.pegasus.common.credential with type parameters of type CredentialHandler Modifier and Type Field Description private java.util.Map<CredentialHandler.TYPE,CredentialHandler>CredentialHandlerFactory. mImplementingClassTableA table that maps, Pegasus style keys to appropriate classes implementing the CredentialHandler interfaceMethods in edu.isi.pegasus.common.credential that return CredentialHandler Modifier and Type Method Description CredentialHandlerCredentialHandlerFactory. loadInstance(CredentialHandler.TYPE type)This method loads the appropriate implementing CondorStyle as specified by the user at runtime.private CredentialHandlerCredentialHandlerFactory. loadInstance(PegasusBag bag, java.lang.String className)This method loads the appropriate CredentialHandler using reflection.Methods in edu.isi.pegasus.common.credential with parameters of type CredentialHandler Modifier and Type Method Description private voidCredentialHandlerFactory. put(CredentialHandler.TYPE type, CredentialHandler implementation)Inserts an entry into the implementing class table. -
Uses of CredentialHandler in edu.isi.pegasus.common.credential.impl
Classes in edu.isi.pegasus.common.credential.impl that implement CredentialHandler Modifier and Type Class Description classAbstractAn abstract base class to be used by other CredentialHandler implementations.classIrodsA convenience class that allows us to determine the path to the user irodsEnvFile file.classProxyA convenice class that allows us to determine the path to the user proxy.classS3CFGA convenience class that allows us to determine the path to the user s3cfg file.classSshA convenience class that allows us to determine the path to the user ssh private key file.
-