@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class NestedAuthSettings extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_ACCESS_LIST |
static String |
SERIALIZED_NAME_ACCESS_MODE |
static String |
SERIALIZED_NAME_ENABLE_SINGLE_SESSION_LOGIN |
static String |
SERIALIZED_NAME_LOGIN_MISS_NUM_THRESHOLD |
static String |
SERIALIZED_NAME_LOGIN_MISS_TIME_THRESHOLD |
static String |
SERIALIZED_NAME_PASSWORD_COMPLEXITY |
static String |
SERIALIZED_NAME_PASSWORD_EXPIRE_DAYS |
static String |
SERIALIZED_NAME_SESSION_MAX_AGE |
| 构造器和说明 |
|---|
NestedAuthSettings() |
public static final String SERIALIZED_NAME_ENABLE_SINGLE_SESSION_LOGIN
public static final String SERIALIZED_NAME_LOGIN_MISS_NUM_THRESHOLD
public static final String SERIALIZED_NAME_LOGIN_MISS_TIME_THRESHOLD
public static final String SERIALIZED_NAME_PASSWORD_COMPLEXITY
public static final String SERIALIZED_NAME_PASSWORD_EXPIRE_DAYS
public NestedAuthSettings accessList(List<String> accessList)
public NestedAuthSettings addAccessListItem(String accessListItem)
public NestedAuthSettings accessMode(AccessMode accessMode)
@Nullable public AccessMode getAccessMode()
public void setAccessMode(AccessMode accessMode)
public NestedAuthSettings enableSingleSessionLogin(Boolean enableSingleSessionLogin)
@Nullable public Boolean getEnableSingleSessionLogin()
public void setEnableSingleSessionLogin(Boolean enableSingleSessionLogin)
public NestedAuthSettings loginMissNumThreshold(Integer loginMissNumThreshold)
@Nullable public Integer getLoginMissNumThreshold()
public void setLoginMissNumThreshold(Integer loginMissNumThreshold)
public NestedAuthSettings loginMissTimeThreshold(Integer loginMissTimeThreshold)
@Nullable public Integer getLoginMissTimeThreshold()
public void setLoginMissTimeThreshold(Integer loginMissTimeThreshold)
public NestedAuthSettings passwordComplexity(PasswordComplexity passwordComplexity)
@Nullable public PasswordComplexity getPasswordComplexity()
public void setPasswordComplexity(PasswordComplexity passwordComplexity)
public NestedAuthSettings passwordExpireDays(Integer passwordExpireDays)
@Nullable public Integer getPasswordExpireDays()
public void setPasswordExpireDays(Integer passwordExpireDays)
public NestedAuthSettings sessionMaxAge(Integer sessionMaxAge)
public void setSessionMaxAge(Integer sessionMaxAge)
Copyright © 2025. All rights reserved.