public class AuthnResponseGenerator extends Object
| Constructor and Description |
|---|
AuthnResponseGenerator(org.opensaml.xml.security.credential.Credential signingCredential,
String issuingEntityName,
nl.surfnet.mujina.util.TimeService timeService,
nl.surfnet.mujina.util.IDService idService,
IdpConfiguration idpConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public AuthnResponseGenerator(org.opensaml.xml.security.credential.Credential signingCredential,
String issuingEntityName,
nl.surfnet.mujina.util.TimeService timeService,
nl.surfnet.mujina.util.IDService idService,
IdpConfiguration idpConfiguration)
public org.opensaml.saml2.core.Response generateAuthnResponse(String remoteIP, SimpleAuthentication authToken, String recepientAssertionConsumerURL, int validForInSeconds, String inResponseTo, org.joda.time.DateTime authnInstant)
Copyright © 2012. All Rights Reserved.