nl.surfnet.mujina.saml.xml
Class AuthnResponseGenerator

java.lang.Object
  extended by nl.surfnet.mujina.saml.xml.AuthnResponseGenerator

public class AuthnResponseGenerator
extends Object


Constructor Summary
AuthnResponseGenerator(org.opensaml.xml.security.credential.Credential signingCredential, String issuingEntityName, TimeService timeService, IDService idService, IdpConfiguration idpConfiguration)
           
 
Method Summary
 org.opensaml.saml2.core.Response generateAuthnResponse(String remoteIP, SimpleAuthentication authToken, String recepientAssertionConsumerURL, int validForInSeconds, String inResponseTo, org.joda.time.DateTime authnInstant)
           
 org.opensaml.saml2.core.Response generateAuthnResponseFailure(String recepientAssertionConsumerURL, String inResponseTo, org.springframework.security.core.AuthenticationException ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthnResponseGenerator

public AuthnResponseGenerator(org.opensaml.xml.security.credential.Credential signingCredential,
                              String issuingEntityName,
                              TimeService timeService,
                              IDService idService,
                              IdpConfiguration idpConfiguration)
Method Detail

generateAuthnResponse

public org.opensaml.saml2.core.Response generateAuthnResponse(String remoteIP,
                                                              SimpleAuthentication authToken,
                                                              String recepientAssertionConsumerURL,
                                                              int validForInSeconds,
                                                              String inResponseTo,
                                                              org.joda.time.DateTime authnInstant)

generateAuthnResponseFailure

public org.opensaml.saml2.core.Response generateAuthnResponseFailure(String recepientAssertionConsumerURL,
                                                                     String inResponseTo,
                                                                     org.springframework.security.core.AuthenticationException ae)


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.