public interface PortalAuthenticationService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
void |
authenticate(PortalSession portalSession)
Internal portal authentication.
|
void |
logout(javax.servlet.http.HttpSession session)
Logout user from webportal security context.
|
static final java.lang.String NAME
void authenticate(PortalSession portalSession)
portalSession
- PortalSessionvoid logout(javax.servlet.http.HttpSession session)
session
- HttpSession