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

org.apereo.cas.web.TokenRequestExtractor Maven / Gradle / Ivy

There is a newer version: 7.1.0
Show newest version
package org.apereo.cas.web;

import javax.servlet.http.HttpServletRequest;

/**
 * This is {@link TokenRequestExtractor}.
 *
 * @author Misagh Moayyed
 * @since 5.2.0
 */
@FunctionalInterface
public interface TokenRequestExtractor {

    /**
     * Extract string.
     *
     * @param request the request
     * @return the string
     */
    String extract(HttpServletRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy