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

nablarch.common.web.token.TokenGenerator Maven / Gradle / Ivy

package nablarch.common.web.token;

import nablarch.core.util.annotation.Published;

/**
 * トークンの生成を行うインタフェース。
 * @author Kiyohito Itoh
 */
@Published(tag = "architect")
public interface TokenGenerator {
    /**
     * トークンを生成する。
     * @return トークン
     */
    String generate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy