package com.aperture_software.glados_wiki.entities; /** * Created by jhyun on 14. 2. 4. */ public interface UserAuthentication { public String getAuthenticationName(); public String getAuthenticationType(); }