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

com.kapeta.spring.security.AuthorizationForwarder Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
/*
 * Copyright 2023 Kapeta Inc.
 * SPDX-License-Identifier: MIT
 */
package com.kapeta.spring.security;

public interface AuthorizationForwarder {

    default String getAuthorizationHeader() {
        return "Authorization";
    }

    String getAuthorizationValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy