ing
This commit is contained in:
		
							parent
							
								
									c429c01dec
								
							
						
					
					
						commit
						6d6709ee12
					
				
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@ -13,7 +13,7 @@
 | 
			
		||||
    <groupId>com.loafle.overflow</groupId>
 | 
			
		||||
    <artifactId>commons-java</artifactId>
 | 
			
		||||
    <packaging>jar</packaging>
 | 
			
		||||
    <version>1.0.61-SNAPSHOT</version>
 | 
			
		||||
    <version>1.0.62-SNAPSHOT</version>
 | 
			
		||||
    <name>com.loafle.overflow.commons-java</name>
 | 
			
		||||
 | 
			
		||||
    <properties>
 | 
			
		||||
 | 
			
		||||
@ -15,19 +15,19 @@ public interface MemberService {
 | 
			
		||||
    DomainMember signin(String signinId, String signinPw) throws OverflowException;
 | 
			
		||||
 | 
			
		||||
    @WebappAPI
 | 
			
		||||
    Member signup(Member member, String pw) throws OverflowException;
 | 
			
		||||
    Member signup(Member member, String password) throws OverflowException;
 | 
			
		||||
 | 
			
		||||
    @WebappAPI
 | 
			
		||||
    Member sendEmailForPassword(String email) throws OverflowException;
 | 
			
		||||
 | 
			
		||||
    @WebappAPI
 | 
			
		||||
    Member resetPassword(String token, String pw) throws OverflowException;
 | 
			
		||||
    Member resetPassword(String token, String password) throws OverflowException;
 | 
			
		||||
 | 
			
		||||
    @WebappAPI
 | 
			
		||||
    Member modify(Member member, String pw) throws OverflowException;
 | 
			
		||||
    Member modify(Member member, String password) throws OverflowException;
 | 
			
		||||
 | 
			
		||||
    @WebappAPI
 | 
			
		||||
    Member forgotPassword(String signinId, String newPw) throws OverflowException;
 | 
			
		||||
    Member forgotPassword(String signinId, String newPassword) throws OverflowException;
 | 
			
		||||
 | 
			
		||||
    @WebappAPI
 | 
			
		||||
    Member read(Long memberId) throws OverflowException;
 | 
			
		||||
@ -43,5 +43,5 @@ public interface MemberService {
 | 
			
		||||
 | 
			
		||||
    @WebappAPI
 | 
			
		||||
    List<Member> readAllByProbeKey(String probeKey) throws OverflowException;
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -21,7 +21,7 @@ public interface NoAuthProbeService {
 | 
			
		||||
  NoAuthProbe readByTempProbeKey(String tempProbeKey) throws OverflowException;
 | 
			
		||||
 | 
			
		||||
  @WebappAPI
 | 
			
		||||
  List<NoAuthProbe> readAllByDomainID(Long id) throws OverflowException;
 | 
			
		||||
  List<NoAuthProbe> readAllByDomainID(Long domainID) throws OverflowException;
 | 
			
		||||
 | 
			
		||||
  @WebappAPI
 | 
			
		||||
  List<NoAuthProbe> acceptNoAuthProbe(Long id, String zoneCIDR) throws OverflowException;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user