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 voidCredentialHandlerFactory. initialize(PegasusBag bag)Initializes the Factory.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.
-