Package io.lakefs.clients.api.model
Class LoginConfig
- java.lang.Object
-
- io.lakefs.clients.api.model.LoginConfig
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class LoginConfig extends ObjectLoginConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoginConfig.RBACEnumRBAC will remain enabled on GUI if \"external\".
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_R_B_A_C
-
Constructor Summary
Constructors Constructor Description LoginConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LoginConfig.RBACEnumgetRBAC()RBAC will remain enabled on GUI if \"external\".inthashCode()LoginConfigRBAC(LoginConfig.RBACEnum RBAC)voidsetRBAC(LoginConfig.RBACEnum RBAC)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_R_B_A_C
public static final String SERIALIZED_NAME_R_B_A_C
- See Also:
- Constant Field Values
-
-
Method Detail
-
RBAC
public LoginConfig RBAC(LoginConfig.RBACEnum RBAC)
-
getRBAC
@Nullable public LoginConfig.RBACEnum getRBAC()
RBAC will remain enabled on GUI if \"external\". That only works with an external auth service.- Returns:
- RBAC
-
setRBAC
public void setRBAC(LoginConfig.RBACEnum RBAC)
-
-