Deprecated Methods |
com.tivoli.pd.jutil.PDAttrs.add(String, PDAttrValues)
Use add instead |
com.tivoli.pd.jadmin.PDAppSvrConfig.configureAppSvr(String, char[], String, PDAppSvrSpec, URL, URL, int, Locale, PDMessages)
As of IBM Tivoli Access Manager for e-business v5.1, this
method is replaced by the PDAppSvrConfig.configureAppSvr() method
that takes a product code parameter. |
com.tivoli.pd.jadmin.PDAcl.createAcl(PDContext, String, String, HashMap, HashMap, PDAclEntryAnyOther, PDAclEntryUnAuth, PDAttrs, PDMessages)
As of IBM Tivoli Access Manager for e-business v5.1,
this method is replaced with the
PDAcl.createAcl(PDContext,String,String,HashMap,HashMap,PDAclEntryAnyOther,PDAclEntryUnAuth,com.tivoli.pd.jutil.PDAttrs,PDMessages)
method. |
com.tivoli.pd.jadmin.PDPop.createPop(PDContext, String, String, PDAttrs, PDMessages)
As of IBM Tivoli Access Manager for e-business v5.1,
this method is replaced with the
PDPop.createPop(PDContext,String,String,com.tivoli.pd.jutil.PDAttrs,PDMessages)
method. |
com.tivoli.pd.jadmin.PDProtObject.createProtObject(PDContext, String, String, boolean, String, PDAttrs, PDMessages)
As of IBM Tivoli Access Manager for e-business v5.1,
this method is replaced with the
PDProtObject.createProtObject(PDContext,String,String,boolean,String,com.tivoli.pd.jutil.PDAttrs,PDMessages)
method. |
com.tivoli.pd.jutil.PDAttrs.get(String)
Use getValues instead. |
com.tivoli.pd.jadmin.PDProtObject.getAcl()
As of IBM Tivoli Access Manager for e-business v5.1,
this method is replaced with the result of
PDProtObject.getAclId() passed to the PDAcl constructor. |
com.tivoli.pd.jadmin.PDProtObject.getAuthzRule()
As of IBM Tivoli Access Manager for e-business v5.1,
this method is replaced with the result of PDProtObject.getAuthzRuleId()
passed to the PDAuthzRule constructor. |
com.tivoli.pd.jadmin.PDProtObject.getPop()
As of IBM Tivoli Access Manager for e-business v5.1,
this method is replaced with the result of PDProtObject.getPopId() passed
to the PDPop constructor. |
com.tivoli.pd.jadmin.PDServer.getTaskList(PDContext, String, PDAttrs, PDAttrs, PDMessages)
As of IBM Tivoli Access Manager for e-business v5.1,
this method is replaced with the
PDServer.getTaskList(PDContext,String,com.tivoli.pd.jutil.PDAttrs,com.tivoli.pd.jutil.PDAttrs,PDMessages)
method. |
com.tivoli.pd.jadmin.PDProtObject.listProtObjects(PDContext, String, PDAttrs, PDAttrs, PDMessages)
As of IBM Tivoli Access Manager for e-business v5.1,
replaced with the
PDProtObject.listProtObjects(PDContext,String,com.tivoli.pd.jutil.PDAttrs,com.tivoli.pd.jutil.PDAttrs,PDMessages)
method. |
com.tivoli.pd.jadmin.PDServer.performTask(PDContext, String, String, PDAttrs, PDAttrs, PDMessages)
As of IBM Tivoli Access Manager for e-business v5.1,
this method is replaced with the
PDServer.performTask(PDContext,String,String,com.tivoli.pd.jutil.PDAttrs,com.tivoli.pd.jutil.PDAttrs,PDMessages)
method. |