Multiple choice technology web technology

Which method is used to get the current security level of PS application?

  1. getApplicationId()

  2. getSecurityLevel()

  3. getAuthenticationLevel()

  4. getApplicationSecurityLevel()

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

To retrieve the current security level in a PS (PeopleSoft) application, the getSecurityLevel() method is the appropriate API call. The other options are incorrect: getApplicationId() retrieves app identifier, getAuthenticationLevel() is not the standard method, and getApplicationSecurityLevel() is not the correct method name.