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

uk.gov.ida.saml.security.EntityToEncryptForLocator Maven / Gradle / Ivy

There is a newer version: 3.4.6-277
Show newest version
package uk.gov.ida.saml.security;

/*
* This class is used by the response encryptors to find out who sent the original request
* in order to properly encrypt the message for the relying party
* */
public interface EntityToEncryptForLocator {
    String fromRequestId(String requestId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy