*
* @throws Exception if the target failed to stop; this will cause a transition to the failed state
*/
public void doStop() throws Exception {
AuthConfigFactory authConfigFactory = AuthConfigFactory.getFactory();
authConfigFactory.removeRegistration(registrationID);
}
/**
* Fails the GBean. This informs the GBean that it is about to transition to the failed state.
*/