Package com.ibm.portal.auth

This package contains interfaces related to the portal authentication component.

See:
          Description

Interface Summary
DecisionMaker Decides if a certain action should be performed or not NOTE: This API may only be used in the scope of an HTTP request in WebSphere Portal, i.e.
ExplicitLoginFilter This interface can be implemented to realize a custom element in the filter chain for the explicit Portal login with user id and password.
ExplicitLoginFilterChain This interface is used to call the next element in the filter chain for the explicit Portal login with user id and password.
ExplicitLogoutFilter This interface can be implemented to realize a custom element in the filter chain for the explicit Portal logout, i.e.
FilterChainContext This interface represents the shared context for the ExplicitLoginFilter, ImplicitLoginFilter, ExplicitLogoutFilter, ImplicitLogoutFilter, and SessionValidationFilter filter chains.
ImplicitLoginFilter This interface can be implemented to realize a custom element in the login filter chain for the implicit Portal login, i.e.
ImplicitLoginFilterChain This interface is used to call the next element in the filter chain for the implicit Portal login.
ImplicitLogoutFilter This interface can be implemented to realize a custom element in the filter chain for the implicit Portal logout, i.e.
LogoutFilterChain This interface is used to call the next element in the explicit or implicit logout filter chain.
SessionTimeoutFilter This interface can be implemented to realize a custom element in the filter chain for the Portal session timeout.
SessionTimeoutFilterChain This interface is used to call the next element in the session timeout filter chain.
SessionValidationFilter This interface can be implemented to realize a custom element in the filter chain for session validation in Portal.
SessionValidationFilterChain This interface is used to call the next element in the session validation filter chain.
 

Package com.ibm.portal.auth Description

This package contains interfaces related to the portal authentication component.