Package io.apicurio.registry.auth
Class AuthConfig
- java.lang.Object
-
- io.apicurio.registry.auth.AuthConfig
-
@Singleton public class AuthConfig extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description AuthConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRoleSource()booleanisAdminOverrideEnabled()booleanisApplicationRbacEnabled()booleanisAuthEnabled()booleanisObacEnabled()booleanisRbacEnabled()booleanisTenantOwnerAdminEnabled()
-
-
-
Method Detail
-
isAuthEnabled
public boolean isAuthEnabled()
-
isRbacEnabled
public boolean isRbacEnabled()
-
isObacEnabled
public boolean isObacEnabled()
-
isTenantOwnerAdminEnabled
public boolean isTenantOwnerAdminEnabled()
-
isAdminOverrideEnabled
public boolean isAdminOverrideEnabled()
-
getRoleSource
public String getRoleSource()
-
isApplicationRbacEnabled
public boolean isApplicationRbacEnabled()
-
-