Interface Account
-
- All Known Implementing Classes:
IdentityInfoEntity
public interface Account
- Author:
- Tom Baeyens
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME_ALFRESCO
static String
NAME_GOOGLE
static String
NAME_MAIL
static String
NAME_SKYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getDetails()
String
getName()
String
getPassword()
String
getUsername()
-
-
-
Field Detail
-
NAME_ALFRESCO
static final String NAME_ALFRESCO
- See Also:
- Constant Field Values
-
NAME_GOOGLE
static final String NAME_GOOGLE
- See Also:
- Constant Field Values
-
NAME_SKYPE
static final String NAME_SKYPE
- See Also:
- Constant Field Values
-
NAME_MAIL
static final String NAME_MAIL
- See Also:
- Constant Field Values
-
-