Skip to content

Commit

Permalink
LPS-199165 Move AuthenticatedSessionManagerUtil into portal-impl
Browse files Browse the repository at this point in the history
# breaking_change_report

## What portal-impl/src/com/liferay/portal/security/auth/session/AuthenticatedSessionManagerUtil.java

AuthenticatedSessionManagerUtil is being moved to portal-impl

## Why

We are merging portal-kernel into portal-impl as a long term goal to simplify portal structure.

## Alternatives

Add portal-impl in build dependency and use the same class.
  • Loading branch information
julschong authored and brianchandotcom committed Oct 24, 2023
1 parent e75f9d1 commit 664a666
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/

package com.liferay.portal.kernel.security.auth.session;
package com.liferay.portal.security.auth.session;

import com.liferay.portal.kernel.exception.PortalException;
import com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManager;
import com.liferay.portal.kernel.util.ServiceProxyFactory;

import javax.servlet.http.HttpServletRequest;
Expand Down

0 comments on commit 664a666

Please sign in to comment.