org.jasig.cas.adaptors.x509.web.flow
Class X509CertificateCredentialsNonInteractiveAction

java.lang.Object
  extended by org.springframework.webflow.action.AbstractAction
      extended by org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction
          extended by org.jasig.cas.adaptors.x509.web.flow.X509CertificateCredentialsNonInteractiveAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public final class X509CertificateCredentialsNonInteractiveAction
extends AbstractNonInteractiveCredentialsAction

Concrete implementation of AbstractNonInteractiveCredentialsAction that obtains the X509 Certificates from the HttpServletRequest and places them in the X509CertificateCredentials.

Since:
3.0.4
Version:
$Revision: 14064 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia

Field Summary
 
Fields inherited from class org.springframework.webflow.action.AbstractAction
logger
 
Constructor Summary
X509CertificateCredentialsNonInteractiveAction()
           
 
Method Summary
protected  Credentials constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
           
 
Methods inherited from class org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction
doExecute, isRenewPresent, onError, onSuccess, setCentralAuthenticationService
 
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509CertificateCredentialsNonInteractiveAction

public X509CertificateCredentialsNonInteractiveAction()
Method Detail

constructCredentialsFromRequest

protected Credentials constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
Specified by:
constructCredentialsFromRequest in class AbstractNonInteractiveCredentialsAction


Copyright © 2004-2010 Jasig. All Rights Reserved.