Uses of Class
com.spotfire.server.security.SecurityContext

Packages that use SecurityContext
com.spotfire.server.security Package containing the Post Authentication Filter API. 
 

Uses of SecurityContext in com.spotfire.server.security
 

Subclasses of SecurityContext in com.spotfire.server.security
 class JAASSecurityContext
          An extension to the SecurityContext that encapsulates the JAAS LoginContext instance that was used to authenticate the user.
 

Methods in com.spotfire.server.security that return SecurityContext
 SecurityContext JAASRegisteringAuthenticator.authenticate(String userId, String password, AuthenticationContext authContext)
          Authenticates the user with the specified userId and password credentials, using the JAAS configuration specified by the configuration parameter to the setConfiguration method.
 SecurityContext JAASAuthenticator.authenticate(String userId, String password, AuthenticationContext authContext)
          Authenticates the user with the specified userId and password credentials, using the JAAS configuration specified by the configuration parameter to the setConfiguration method.
 SecurityContext Authenticator.authenticate(String userId, String password, AuthenticationContext authContext)
          Authenticates the user with the specified userId and password credentials.
 SecurityContext PostAuthenticationFilter.filter(SecurityContext securityContext, AuthenticationContext authContext)
          Applies a post authentication filter on the provided SecurityContext argument.
 

Methods in com.spotfire.server.security with parameters of type SecurityContext
 SecurityContext PostAuthenticationFilter.filter(SecurityContext securityContext, AuthenticationContext authContext)
          Applies a post authentication filter on the provided SecurityContext argument.
 



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