mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-06 07:32:50 +00:00
Implements 4shared.com service
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package com.rogiel.httpchannel.service;
|
||||
|
||||
/**
|
||||
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
||||
*/
|
||||
public interface AccountDetails {
|
||||
String getUsername();
|
||||
|
||||
AuthenticationService<?> getService();
|
||||
}
|
||||
Reference in New Issue
Block a user