Package com.filenet.api.authentication.jboss.login

Provides the FnClientLoginModule interface used for client authentication in the JBoss environment.

See: Description

  • Class Summary 
    Class Description
    FnClientLoginModule
    This class is used in JAAS configurations for user name / password logins on JBoss clients (meaning any client of the Content Engine, whether that be from a Java thick-client or a JBoss servlet) using the EJB transport.

Package com.filenet.api.authentication.jboss.login Description

Provides the FnClientLoginModule interface used for client authentication in the JBoss environment.

Authentication occurs in Java™ Authentication and Authorization Service (JAAS) LoginModules, which are specified in a JAAS configuration file. The use of JAAS configuration files allows authentication to be dynamically configured for both clients and servers in a Java™ Platform, Enterprise Edition (Java EE) environment. (See the "Security Concepts" section of the Content Engine Java and .NET API Developer's Guide for more information about LoginModules.)


© Copyright IBM Corporation 2006, 2015. All rights reserved.