Deprecated API

Deprecated Classes
com.iplanet.am.sdk.AMAttributeSchema
          This class has been deprecated. Please use com.sun.identity.sm.AttributeSchema. 
com.iplanet.am.sdk.AMSchema
          This class has been deprecated. Please use com.sun.identity.sm.ServiceSchema. 
com.iplanet.am.sdk.AMSchema.Type
          This class has been deprecated. Please use com.sun.identity.sm.SchemaType. 
 

Deprecated Interfaces
com.iplanet.am.sdk.AMUserEntryProcessed
          This interface has been deprecated. Please use AMCallBack 
 

Deprecated Methods
com.iplanet.am.sdk.AMObject.assignPolicies(String, Set)
          This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies. 
com.iplanet.am.sdk.AMObject.createPolicyTemplate(String, Map)
          use com.sun.identity.policy package for creating and managing policies. 
com.iplanet.am.sdk.AMObject.createPolicyTemplate(String, Map, int)
          use com.sun.identity.policy package for creating and managing policies. 
com.iplanet.services.cdm.Client.getAllInstances()
          Use ClientsManager#getAllInstances() 
com.iplanet.services.cdm.Client.getDefaultInstance()
          Use ClientsManager#getDefaultInstance() 
com.iplanet.am.sdk.AMStoreConnection.getFilteredRoleNamingAttribute()
          This method is deprecated. Use getNamingAttribute(int objectType) 
com.iplanet.am.sdk.AMStoreConnection.getGroupContainerNamingAttribute()
          This method is deprecated. Use getNamingAttribute(int objectType) 
com.iplanet.am.sdk.AMStoreConnection.getGroupNamingAttribute()
          This method is deprecated. Use getNamingAttribute(int objectType) 
com.iplanet.services.cdm.Client.getInstance(String)
          Use ClientsManager#getInstance(String) 
com.iplanet.am.sdk.AMStoreConnection.getOrganizationalUnitNamingAttribute()
          This method is deprecated. Use getNamingAttribute(int objectType) 
com.iplanet.am.sdk.AMStoreConnection.getOrganizationNamingAttribute()
          This method is deprecated. Use getNamingAttribute(int objectType) 
com.iplanet.am.sdk.AMStoreConnection.getPeopleContainerNamingAttribute()
          This method is deprecated. Use getNamingAttribute(int objectType) 
com.iplanet.am.sdk.AMObject.getPolicy(String)
          This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies. 
com.iplanet.am.sdk.AMObject.getPolicyTemplate(String)
          This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies. 
com.iplanet.am.sdk.AMStoreConnection.getPolicyTemplate(String)
            
com.sun.identity.policy.PolicyEvaluator.getResourceResult(SSOToken, String, String, Map)
          Use getResourceResults() 
com.iplanet.am.sdk.AMStoreConnection.getRoleNamingAttribute()
          This method is deprecated. Use getNamingAttribute(int objectType) 
com.iplanet.am.sdk.AMStoreConnection.getSchema(String, AMSchema.Type)
          This method has been deprecated. Please use com.sun.identity.sm.ServiceSchemaManager.getSchema(). 
com.iplanet.am.sdk.AMStoreConnection.getSchemaTypes(String)
          This method has been deprecated. Please use com.sun.identity.sm.ServiceSchemaManager.getSchemaTypes(). 
com.iplanet.am.sdk.AMObject.getServiceAttributes(String)
          This method has been deprecated. Please use service template objects to obtain service attributes. 
com.iplanet.am.sdk.AMStoreConnection.getUserNamingAttribute()
          This method is deprecated. Use getNamingAttribute(int objectType) 
com.iplanet.am.sdk.AMObject.unassignPolicies(String, Set)
          This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies.