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

com.atlassian.connect.spring.ForgeContextRetriever Maven / Gradle / Ivy

There is a newer version: 5.1.3
Show newest version
package com.atlassian.connect.spring;

import java.util.Optional;

/**
 * A service for retrieving the current Forge API context from the security context.
 * This will be populated for requests coming from Forge.
 * @see ForgeRemote
 * @since 5.1.0
 */
public interface ForgeContextRetriever {
    /**
     * Retrieves the current Forge API context from the security context.
     */
    Optional getForgeApiContext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy