Package jetbrains.buildServer.web.util
Class LoginLogHelper.LoginInfo
- java.lang.Object
-
- jetbrains.buildServer.web.util.LoginLogHelper.LoginInfo
-
- Enclosing class:
- LoginLogHelper
public static class LoginLogHelper.LoginInfo extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
static LoginLogHelper.LoginInfo
of(SUser user, AuthModule<? extends AuthModuleType> authModule, String ipAddress)
-
-
-
Method Detail
-
of
@NotNull public static LoginLogHelper.LoginInfo of(@NotNull SUser user, @NotNull AuthModule<? extends AuthModuleType> authModule, @Nullable String ipAddress)
-
-