Package com.spotfire.server.security

Package containing the Post Authentication Filter API.

See:
          Description

Interface Summary
AuthenticationContext The AuthenticationContext class contains information about the client and the network connection used by a client that needs to be authenticated.
Authenticator An interface defining the methods that must be implemented by a class to which authentication duties can be delegated.
PostAuthenticationFilter An interface defining the methods that must be implemented by a class to which post authentication filtering duties can be delegated.
 

Class Summary
AbstractAuthenticator An abstract base class for custom Authenticator implementations.
JAASAuthenticator An Authenticator implementation that uses the Java Authentication and Authorization Services (JAAS) to authenticate users.
JAASRegisteringAuthenticator An Authenticator implementation that uses the Java Authentication and Authorization Services (JAAS) to authenticate users.
JAASSecurityContext An extension to the SecurityContext that encapsulates the JAAS LoginContext instance that was used to authenticate the user.
SecurityContext The SecurityContext class contains information about an authenticated Principal.
 

Exception Summary
AuthenticatorException Thrown when the authentication manager cannot be properly instantiated, e.g., when the configuration parameters are incorrect.
PostAuthenticationFilterException A PostAuthenticationFilterException is an exception indicating that a configuration error prevents the PostAuthenticationFilter from working.
 

Package com.spotfire.server.security Description

Package containing the Post Authentication Filter API.

Since:
10.1


Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.