Uses of Class
com.google.cloud.Identity
Packages that use Identity
-
Uses of Identity in com.google.cloud
Fields in com.google.cloud with type parameters of type IdentityModifier and TypeFieldDescriptionprotected static final ApiFunction<Identity,String> Policy.Marshaller.IDENTITY_STR_VALUE_FUNCTIONprotected static final ApiFunction<String,Identity> Policy.Marshaller.IDENTITY_VALUE_OF_FUNCTIONMethods in com.google.cloud that return IdentityModifier and TypeMethodDescriptionstatic IdentityIdentity.allAuthenticatedUsers()Returns a new identity representing anyone who is authenticated with a Google account or a service account.static IdentityIdentity.allUsers()Returns a new identity representing anyone who is on the internet; with or without a Google account.static IdentityReturns a new domain identity.static IdentityReturns a new group identity.static IdentityIdentity.projectEditor(String projectId) Returns a new project editor identity.static IdentityIdentity.projectOwner(String projectId) Returns a new project owner identity.static IdentityIdentity.projectViewer(String projectId) Returns a new project viewer identity.static IdentityIdentity.serviceAccount(String email) Returns a new service account identity.static IdentityReturns a new user identity.static IdentityConverts a string to anIdentity.Methods in com.google.cloud that return types with arguments of type IdentityModifier and TypeMethodDescriptionPolicy.getBindings()Returns the map of bindings that comprises the policy.Methods in com.google.cloud with parameters of type IdentityModifier and TypeMethodDescriptionfinal Policy.BuilderPolicy.Builder.addIdentity(Role role, Identity first, Identity... others) Adds one or more identities to the policy under the role specified.final Policy.BuilderPolicy.Builder.removeIdentity(Role role, Identity first, Identity... others) Removes one or more identities from an existing binding.Method parameters in com.google.cloud with type arguments of type IdentityModifier and TypeMethodDescriptionfinal Policy.BuilderPolicy.Builder.setBindings(Map<Role, Set<Identity>> bindings) Replaces the builder's map of bindings with the given map of bindings.