public class AuthorizationProperty extends Object
Constructor and Description |
---|
AuthorizationProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizationCheckRevokes() |
boolean |
isEnabled() |
boolean |
isEnabledForCustomCode() |
boolean |
isTenantCheckEnabled() |
void |
setAuthorizationCheckRevokes(String authorizationCheckRevokes) |
void |
setEnabled(boolean enabled) |
void |
setEnabledForCustomCode(boolean enabledForCustomCode) |
void |
setTenantCheckEnabled(boolean tenantCheckEnabled) |
String |
toString() |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isEnabledForCustomCode()
public void setEnabledForCustomCode(boolean enabledForCustomCode)
public String getAuthorizationCheckRevokes()
public void setAuthorizationCheckRevokes(String authorizationCheckRevokes)
public boolean isTenantCheckEnabled()
public void setTenantCheckEnabled(boolean tenantCheckEnabled)
Copyright © 2022. All rights reserved.