Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.1.0.0)

E17597-02


Uses of Class
oracle.search.admin.api.ws.client.Credentials

Packages that use Credentials
oracle.search.admin.api.ws.client Provides classes needed to access the 11g Oracle SES Administration Web service 

 

Uses of Credentials in oracle.search.admin.api.ws.client

 

Methods in oracle.search.admin.api.ws.client with parameters of type Credentials
 void AdminPortType.activate(String objectType, ObjectKey objectKey, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Activates an administrative object.
 void AdminPortType.create(String creatableType, ObjectKey objectKey, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Creates an administrative object from an XML description.
 List AdminPortType.createAll(String creatableType, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Creates all administrative objects with a specified type from an XML description.
 void AdminPortType.deactivate(String objectType, ObjectKey objectKey, Credentials credentials, List controls, String locale)
          Deactivates an administrative object.
 void AdminPortType.delete(String creatableType, ObjectKey objectKey, Credentials credentials, List controls, String locale)
          Deletes an administrative object.
 List AdminPortType.deleteAll(String creatableType, ObjectKey objectKeyPattern, Credentials credentials, List controls, String locale)
          Deletes all administrative objects with a specified type.
 List AdminPortType.deleteList(String creatableType, List objectKeys, Credentials credentials, List controls, String locale)
          Deletes a list of administrative objects with a specified type.
 ObjectOutput AdminPortType.export(String objectType, ObjectKey objectKey, String encryptionKey, Credentials credentials, List controls, String locale)
          Returns the configuration of an administrative object.
 ObjectOutput AdminPortType.exportAll(String creatableType, ObjectKey objectKeyPattern, String encryptionKey, Credentials credentials, List controls, String locale)
          Returns the configuration of all administrative objects with a specified type.
 ObjectOutput AdminPortType.exportList(String creatableType, List objectKeys, String encryptionKey, Credentials credentials, List controls, String locale)
          Returns the configuration of a list of administrative objects with a specified type.
 List AdminPortType.getAllObjectKeys(String creatableType, ObjectKey objectKeyPattern, Credentials credentials, List controls, String locale)
          Returns the object keys for all existing objects with a specified type.
 ObjectOutput AdminPortType.getAllStates(String creatableType, List stateProperties, ObjectKey objectKeyPattern, Credentials credentials, List controls, String locale)
          Returns the state of all administrative objects with a specified type.
 String AdminPortType.getAPIVersion(Credentials credentials, List controls, String locale)
          Returns the version number of the Administration API.
 ObjectOutput AdminPortType.getState(String objectType, ObjectKey objectKey, List stateProperties, Credentials credentials, List controls, String locale)
          Returns the state of an administrative object.
 ObjectOutput AdminPortType.getStateList(String creatableType, List objectKeys, List stateProperties, Credentials credentials, List controls, String locale)
          Returns the state of a list of administrative objects with a specified type.
 void AdminPortType.login(Credentials credentials, String locale)
          Provides the administrative credentials for a stateful session.
 void AdminPortType.start(String objectType, ObjectKey objectKey, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Starts an administrative object.
 void AdminPortType.stop(String objectType, ObjectKey objectKey, Credentials credentials, List controls, String locale)
          Stops an administrative object.
 void AdminPortType.update(String objectType, ObjectKey objectKey, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Updates an administrative object from an XML description.
 List AdminPortType.updateAll(String creatableType, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Updates all administrative objects with a specified type from an XML description.

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.1.0.0)

E17597-02


Copyright © 2006, 2011, Oracle and/or its affiliates. All rights reserved.