Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiPortalAuthenticator


public interface EbiPortalAuthenticator

Interface that defines a service used by the portal controller servlet. The servlet verifies that a user has access to the portal. If the user is not logged in the user will be redirected to the portal login page.


Method Summary
 boolean hasAccess(EbiPortalContext context)
          Returns true if the user in the given context has access to the portal.
 

Method Detail

hasAccess

public boolean hasAccess(EbiPortalContext context)
Returns true if the user in the given context has access to the portal. Returns False is returned if the user does not have access.
Parameters:
context - An EbiPortalContext for a given user.
Returns:
A boolean value indicating if the user has access to the portal.

Novell exteNd
Director 5.2 API