Uses of Class
oracle.pgx.common.types.AuthorizationType
-
Packages that use AuthorizationType Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.common.auth This package contains classes and utilities related to the general and resource permissions.oracle.pgx.common.types This package contains enums and helper classes identifying common PGX types. -
-
Uses of AuthorizationType in oracle.pgx.api
Methods in oracle.pgx.api with parameters of type AuthorizationType Modifier and Type Method Description voidPgxGraph. addRedactionRule(oracle.pgx.config.PgxRedactionRuleConfig ruleConfig, AuthorizationType type, java.lang.String... names)Blocking version ofPgxGraph.addRedactionRule(PgxRedactionRuleConfig, AuthorizationType, String...)CallsPgxGraph.addRedactionRuleAsync(PgxRedactionRuleConfig, AuthorizationType, String...))} and waits for the returnedPgxFutureto complete.PgxFuture<java.lang.Void>PgxGraph. addRedactionRuleAsync(oracle.pgx.config.PgxRedactionRuleConfig ruleConfig, AuthorizationType type, java.lang.String... names)Add a redaction rule configuration for an AuthorizationType names.java.util.List<oracle.pgx.config.PgxRedactionRuleConfig>PgxGraph. getRedactionRules(AuthorizationType type, java.lang.String name)Blocking version ofPgxGraph.getRedactionRules(AuthorizationType, String)CallsPgxGraph.getRedactionRulesAsync(AuthorizationType, String))} and waits for the returnedPgxFutureto complete.PgxFuture<java.util.List<oracle.pgx.config.PgxRedactionRuleConfig>>PgxGraph. getRedactionRulesAsync(AuthorizationType type, java.lang.String name)Gets redaction rules for an AuthorizationType name.voidPgxGraph. removeRedactionRule(oracle.pgx.config.PgxRedactionRuleConfig ruleConfig, AuthorizationType type, java.lang.String... names)Blocking version ofPgxGraph.removeRedactionRule(PgxRedactionRuleConfig, AuthorizationType, String...)CallsPgxGraph.removeRedactionRuleAsync(PgxRedactionRuleConfig, AuthorizationType, String...))} and waits for the returnedPgxFutureto complete.PgxFuture<java.lang.Void>PgxGraph. removeRedactionRuleAsync(oracle.pgx.config.PgxRedactionRuleConfig ruleConfig, AuthorizationType type, java.lang.String... names)Removes a redaction rule for AuthorizationType names. -
Uses of AuthorizationType in oracle.pgx.common.auth
Methods in oracle.pgx.common.auth that return AuthorizationType Modifier and Type Method Description AuthorizationTypePermissionEntity. getType()AuthorizationTypePgxRole. getType()AuthorizationTypePgxUser. getType() -
Uses of AuthorizationType in oracle.pgx.common.types
Methods in oracle.pgx.common.types that return AuthorizationType Modifier and Type Method Description static AuthorizationTypeAuthorizationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthorizationType[]AuthorizationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-