org.jasig.springframework.security.portlet.authentication
Class PrimaryAttributePortletAuthenticationValidator

java.lang.Object
  extended by org.jasig.springframework.security.portlet.authentication.PrimaryAttributePortletAuthenticationValidator
All Implemented Interfaces:
org.jasig.springframework.security.portlet.util.AuthenticationValidator

public class PrimaryAttributePortletAuthenticationValidator
extends Object
implements org.jasig.springframework.security.portlet.util.AuthenticationValidator


Constructor Summary
PrimaryAttributePortletAuthenticationValidator()
           
 
Method Summary
 void setPreAuthenticationDetailsSource(PrimaryAttributePortletPreAuthenticatedAuthenticationDetailsSource value)
           
 boolean validate(org.springframework.security.core.Authentication authentication, javax.portlet.PortletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryAttributePortletAuthenticationValidator

public PrimaryAttributePortletAuthenticationValidator()
Method Detail

setPreAuthenticationDetailsSource

public void setPreAuthenticationDetailsSource(PrimaryAttributePortletPreAuthenticatedAuthenticationDetailsSource value)

validate

public boolean validate(org.springframework.security.core.Authentication authentication,
                        javax.portlet.PortletRequest request)
Specified by:
validate in interface org.jasig.springframework.security.portlet.util.AuthenticationValidator


Copyright © 2013 Jasig. All Rights Reserved.