Symantec Access Management

 View Only

What sd.isMigrationFlag() used for?

  • 1.  What sd.isMigrationFlag() used for?

    Posted May 16, 2019 05:51 PM

    A new user from Active Directory is running AFM for the first time so I assume that a migration message to be displayed, but instead it is update message. I checked the jsp code it has it as below. It means that sd.isMigrationFlag()) is false. How to trigger Migrate Message for LDAP user that is not added into Arcot Database yet?

    jspName = "/core/migrationmessage.jsp";

    if(sd.isMigrationFlag()){

    sd.setRetryMsgCode("migrationmessage.MIGRATION_MESSAGE");

    }else{

    sd.setRetryMsgCode("migrationmessage.UPDATE_MESSAGE");

    }

     

    Thanks