Uses of Class
com.oracle.bmc.identitydomains.model.AppAllowAuthzPolicy
-
Packages that use AppAllowAuthzPolicy Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAllowAuthzPolicy in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAllowAuthzPolicy Modifier and Type Method Description AppAllowAuthzPolicy
AppAllowAuthzPolicy.Builder. build()
AppAllowAuthzPolicy
AppExtensionEnterpriseAppApp. getAllowAuthzPolicy()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AppAllowAuthzPolicy Modifier and Type Method Description AppExtensionEnterpriseAppApp.Builder
AppExtensionEnterpriseAppApp.Builder. allowAuthzPolicy(AppAllowAuthzPolicy allowAuthzPolicy)
AppAllowAuthzPolicy.Builder
AppAllowAuthzPolicy.Builder. copy(AppAllowAuthzPolicy model)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppAllowAuthzPolicy Constructor Description AppExtensionEnterpriseAppApp(List<AppAppResources> appResources, AppDenyAuthzPolicy denyAuthzPolicy, AppAllowAuthzPolicy allowAuthzPolicy, Integer allowAuthzDecisionTTL, Integer denyAuthzDecisionTTL)
Deprecated.
-