Initialized so it never returns null. getAuthenticationProviderByName public AuthenticationProvider getAuthenticationProviderByName(String authenticationProviderName) Returns the authenticationProvider by name from list of authenticationProviders in this realm. Parameters: authenticationProviderName - the authentic...
give a number as the value of f, which means the function running at level f of the call stack of the given thread: level 0 is the current function (getinfo itself); level 1 is the function that called getinfo (except for tail calls, which do not count on the stack); and so on...
The action must be initialized and ready to invoke by calling the init and canInvoke method. If the action is not ready, the ActionCannotBeInvokedException will be thrown. The invoke can only be called once on the Action. Returns: ActionResult with the status of the custom or standard ...