Uses of Class
edu.isi.pegasus.common.credential.CredentialHandlerFactoryException
-
Packages that use CredentialHandlerFactoryException Package Description edu.isi.pegasus.common.credential -
-
Uses of CredentialHandlerFactoryException in edu.isi.pegasus.common.credential
Methods in edu.isi.pegasus.common.credential that throw CredentialHandlerFactoryException Modifier and Type Method Description void
CredentialHandlerFactory. initialize(PegasusBag bag)
Initializes the Factory.CredentialHandler
CredentialHandlerFactory. loadInstance(CredentialHandler.TYPE type)
This method loads the appropriate implementing CondorStyle as specified by the user at runtime.private CredentialHandler
CredentialHandlerFactory. loadInstance(PegasusBag bag, java.lang.String className)
This method loads the appropriate CredentialHandler using reflection.
-