com.github.yingzhuo.carnival.restful.security.params.MutableParams Maven / Gradle / Ivy
/*
* ____ _ ____ _ _ _____ ___ _
* / ___| / \ | _ \| \ | |_ _\ \ / / \ | |
* | | / _ \ | |_) | \| || | \ \ / / _ \ | |
* | |___/ ___ \| _ <| |\ || | \ V / ___ \| |___
* \____/_/ \_\_| \_\_| \_|___| \_/_/ \_\_____|
*
* https://github.com/yingzhuo/carnival
*/
package com.github.yingzhuo.carnival.restful.security.params;
/**
* @author 应卓
* @since 1.6.31
*/
public interface MutableParams extends Params {
public void setNonce(String nonce);
public void setTimestamp(Long timestamp);
public void setSign(String sign);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy