All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.edu.icm.unity.saml.ecp.ECPAuthnState Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
/*
 * Copyright (c) 2014 ICM Uniwersytet Warszawski All rights reserved.
 * See LICENCE.txt file for licensing information.
 */
package pl.edu.icm.unity.saml.ecp;

import pl.edu.icm.unity.engine.api.authn.remote.RelayedAuthnState;

/**
 * State of the ECP authentication, i.e. records the info about a request provided via PAOS, 
 * to be correlated with a further response.
 * @author K. Benedyczak
 */
public class ECPAuthnState extends RelayedAuthnState
{
	private String requestId;

	public void setRequestId(String requestId)
	{
		this.requestId = requestId;
	}

	public String getRequestId()
	{
		return requestId;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy