Skip navigation links

Oracle Fusion Middleware Configuration MBean Java API Reference for Oracle Identity Federation
11g Release 1 (11.1.1)

E14683-01


oracle.security.fed.admin.config.mbeans
Interface AdminServicesMXBean


public interface AdminServicesMXBean

Runtime MBean to manage user defederation admin services.

Since:
11.1.1.1.0

Method Summary
 int deleteAllFedRecordsForUser(java.lang.String userID, boolean fedTerm)
          Deletes all federation records of the user with the specified User ID, and if the parameter fedTerm is true, notifies the corresponding peer providers that the federations have been deleted.
 boolean deleteFedRecord(java.lang.String fedID)
          Deletes the federation record with the specified Fed ID, and notifies the corresponding peer provider that the federation has been deleted.
 boolean updateFedRecord(java.lang.String fedID)
          Updates the Name ID of the federation record with the specified Fed ID, and notifies the corresponding peer provider that the Name ID has been modified.

 

Method Detail

deleteFedRecord

boolean deleteFedRecord(java.lang.String fedID)
Deletes the federation record with the specified Fed ID, and notifies the corresponding peer provider that the federation has been deleted.
Parameters:
fedID - The Fed ID of the federation record to be deleted.
Returns:
true if deletion of federation record was successful; false, otherwise.

deleteAllFedRecordsForUser

int deleteAllFedRecordsForUser(java.lang.String userID,
                               boolean fedTerm)
Deletes all federation records of the user with the specified User ID, and if the parameter fedTerm is true, notifies the corresponding peer providers that the federations have been deleted.
Parameters:
userID - The User ID of the user whose federation records are to be deleted
fedTerm - Indicates whether or not corresponding peer providers should be notified of the deletion.
Returns:
The number of federations that were successfully deleted.

updateFedRecord

boolean updateFedRecord(java.lang.String fedID)
Updates the Name ID of the federation record with the specified Fed ID, and notifies the corresponding peer provider that the Name ID has been modified.
Parameters:
fedID - The Fed ID of the federation record to be updated
Returns:
true if update of federation record was successful; false, otherwise.

Skip navigation links

Oracle Fusion Middleware Configuration MBean Java API Reference for Oracle Identity Federation
11g Release 1 (11.1.1)

E14683-01


Copyright © 2009, Oracle. All rights reserved.