@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class AuthenticationResult extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AUTHENTICATED_USER |
static String |
SERIALIZED_NAME_GROUPS |
static String |
SERIALIZED_NAME_IS_AUTHENTICATED |
static String |
SERIALIZED_NAME_TENANTS |
Constructor and Description |
---|
AuthenticationResult() |
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
addGroupsItem(String groupsItem) |
AuthenticationResult |
addTenantsItem(String tenantsItem) |
AuthenticationResult |
authenticatedUser(String authenticatedUser) |
boolean |
equals(Object o) |
String |
getAuthenticatedUser()
An id of authenticated user.
|
List<String> |
getGroups()
Will be null.
|
Boolean |
getIsAuthenticated()
A flag indicating if user is authenticated.
|
List<String> |
getTenants()
Will be null.
|
AuthenticationResult |
groups(List<String> groups) |
int |
hashCode() |
AuthenticationResult |
isAuthenticated(Boolean isAuthenticated) |
void |
setAuthenticatedUser(String authenticatedUser) |
void |
setGroups(List<String> groups) |
void |
setIsAuthenticated(Boolean isAuthenticated) |
void |
setTenants(List<String> tenants) |
AuthenticationResult |
tenants(List<String> tenants) |
String |
toString() |
public static final String SERIALIZED_NAME_AUTHENTICATED_USER
public static final String SERIALIZED_NAME_IS_AUTHENTICATED
public static final String SERIALIZED_NAME_TENANTS
public static final String SERIALIZED_NAME_GROUPS
public AuthenticationResult authenticatedUser(String authenticatedUser)
@Nullable public String getAuthenticatedUser()
public void setAuthenticatedUser(String authenticatedUser)
public AuthenticationResult isAuthenticated(Boolean isAuthenticated)
@Nullable public Boolean getIsAuthenticated()
public void setIsAuthenticated(Boolean isAuthenticated)
public AuthenticationResult tenants(List<String> tenants)
public AuthenticationResult addTenantsItem(String tenantsItem)
public AuthenticationResult groups(List<String> groups)
public AuthenticationResult addGroupsItem(String groupsItem)
Copyright © 2022. All rights reserved.