public class LoginServices
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<LoginService> |
loginServices |
Constructor and Description |
---|
LoginServices() |
Modifier and Type | Method and Description |
---|---|
void |
add(LoginService service) |
java.util.List<LoginService> |
getLoginServices() |
private java.util.List<LoginService> loginServices
public void add(LoginService service)
public java.util.List<LoginService> getLoginServices()