![JAR search and dependency download from the Maven repository](/logo.png)
com.ksyun.ks3.dto.Grantee Maven / Gradle / Ivy
package com.ksyun.ks3.dto;
/**
* @author lijunwei[[email protected]]
*
* @date 2014年10月22日 上午10:40:40
*
* @description 被授权者
* {@link GranteeEmail}
* {@link GranteeId}
* {@link GranteeUri}
**/
public interface Grantee {
/**
* 被授权者类型
* Id
* Email
* Uri
* @return
*/
public String getTypeIdentifier();
public void setIdentifier(String id) ;
public String getIdentifier();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy