spring-oauth-server/src/main/java/cc/honyee/domain/shared/security/SecurityHolder.java

22 lines
579 B
Java

/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.honyee.domain.shared.security;
/**
* @author Shengzhao Li
*/
public interface SecurityHolder {
HonyeeUserDetails userDetails();
}